slight fix

This commit is contained in:
phil235
2015-03-09 19:19:17 +01:00
parent 71d560bd3a
commit 79a20bd57b
2 changed files with 2 additions and 3 deletions
-1
View File
@@ -82,7 +82,6 @@
"<span class='danger'>[M.name] is buckled to [src] by [user.name]!</span>",\
"<span class='danger'>You are buckled to [src] by [user.name]!</span>",\
"<span class='notice'>You heat metal clanking.</span>")
return 1
/obj/proc/user_unbuckle_mob(mob/user)
var/mob/living/M = unbuckle_mob()
+2 -2
View File
@@ -258,8 +258,8 @@
if(A != src && A != M)
return
M.loc = loc //we move the mob on the janicart's turf before checking if we can buckle.
if(..())
update_mob()
..()
update_mob()
/obj/structure/stool/bed/chair/janicart/unbuckle_mob()
if(buckled_mob)