Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8098e51

Browse files
committed
Avoid to print a message on the dead end system where is no map seller.
1 parent39c57d3 commit8098e51

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

‎events/local_system_map_seller.lua‎

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,12 @@ function create ()
6161
end
6262

6363
functionno_seller_is_found ()
64+
ifplayer.numOutfit("Local System Map")>0then
65+
-- A player may discover the information in a few second.
66+
evt.finish()
67+
return
68+
end
69+
6470
player.msg("#r".._("There seems to be no map seller in this system.").."#0")
6571
evt.finish()
6672
end

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp