[MIRROR] Fixes restraint alerts doing nothing when clicked. (#3534)

* Fixes restraint alerts doing nothing when clicked. (#57034)

* Fixes restraint alerts doing nothing when clicked.

Co-authored-by: Timberpoes <silent_insomnia_pp@hotmail.co.uk>
This commit is contained in:
SkyratBot
2021-02-20 16:09:04 +00:00
committed by GitHub
co-authored by Timberpoes
parent 64192f2d2d
commit 653233597f
2 changed files with 9 additions and 4 deletions
+1 -1
View File
@@ -115,7 +115,7 @@
M.set_buckled(src)
M.setDir(dir)
buckled_mobs |= M
M.throw_alert("buckled", /atom/movable/screen/alert/restrained/buckled)
M.throw_alert("buckled", /atom/movable/screen/alert/buckled)
M.set_glide_size(glide_size)
post_buckle_mob(M)