Picky nits

This commit is contained in:
Crazylemon64
2017-01-01 21:53:31 -08:00
parent d79c42fa1e
commit ff91d4818a
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -114,6 +114,6 @@
add_fingerprint(user)
return M
/mob/living/proc/checkBuckled()
/mob/living/proc/check_buckled()
if(buckled && !(buckled in loc))
buckled.unbuckle_mob(src, force=1)