mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-17 19:07:41 +01:00
more door
This commit is contained in:
@@ -178,9 +178,9 @@
|
||||
//GS13 EDIT
|
||||
var/mob/living/carbon/human/bump_mob = M
|
||||
if(check_fatness && istype(bump_mob))
|
||||
if(check_below && (bump_mob.fatness >= fatness_to_check))
|
||||
if(check_fatness_below && (bump_mob.fatness >= fatness_to_check))
|
||||
return FALSE
|
||||
if(!check_below && (bump_mob.fatness < fatness_to_check))
|
||||
if(!check_fatness_below && (bump_mob.fatness < fatness_to_check))
|
||||
return FALSE
|
||||
|
||||
return ..()
|
||||
|
||||
Reference in New Issue
Block a user