Adds a message when trying to move while buckled

This commit is contained in:
kingofkosmos
2017-09-07 18:11:41 +03:00
committed by CitadelStationBot
parent 73aaf8a90b
commit dd27a1850a
3 changed files with 7 additions and 5 deletions
+1 -3
View File
@@ -62,7 +62,7 @@
M.setDir(dir)
buckled_mobs |= M
M.update_canmove()
M.throw_alert("buckled", /obj/screen/alert/restrained/buckled, new_master = src)
M.throw_alert("buckled", /obj/screen/alert/restrained/buckled)
post_buckle_mob(M)
return TRUE
@@ -131,5 +131,3 @@
"<span class='italics'>You hear metal clanking.</span>")
add_fingerprint(user)
return M