Shuttles will now give an audible warning when departing. (#23466)

This commit is contained in:
bgobandit
2017-02-03 20:48:16 -05:00
committed by KorPhaeron
parent 71dea966dd
commit 86e7808596
+1 -1
View File
@@ -64,7 +64,7 @@
return
switch(SSshuttle.moveShuttle(shuttleId, href_list["move"], 1))
if(0)
usr << "<span class='notice'>Shuttle received message and will be sent shortly.</span>"
say("Shuttle departing. Please stand away from the doors.")
if(1)
usr << "<span class='warning'>Invalid shuttle requested.</span>"
else