Merge pull request #34040 from AnturK/maraudercheck
Fixes marauder ghostclick jump
This commit is contained in:
committed by
CitadelStationBot
parent
a430b31af3
commit
a642a1c298
@@ -40,6 +40,9 @@
|
||||
if(!SSticker.mode)
|
||||
to_chat(user, "<span class='danger'>You cannot use that before the game has started.</span>")
|
||||
return
|
||||
if(QDELETED(src))
|
||||
to_chat(user, "<span class='danger'>You were too late! Better luck next time.</span>")
|
||||
return
|
||||
user.forceMove(get_turf(src)) //If we attack through the alert, jump to the chassis so we know what we're getting into
|
||||
if(alert(user, "Become a [construct_name]? You can no longer be cloned!", construct_name, "Yes", "Cancel") == "Cancel")
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user