mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 11:37:40 +01:00
Shifts the checking procs to appropriate regions
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user