Shifts the checking procs to appropriate regions

This commit is contained in:
Crazylemon64
2017-01-01 21:46:55 -08:00
parent dac358f6a6
commit d79c42fa1e
5 changed files with 47 additions and 53 deletions
+4
View File
@@ -113,3 +113,7 @@
"<span class='italics'>You hear metal clanking.</span>")
add_fingerprint(user)
return M
/mob/living/proc/checkBuckled()
if(buckled && !(buckled in loc))
buckled.unbuckle_mob(src, force=1)