mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-13 00:47:42 +01:00
Fix.
This commit is contained in:
@@ -162,8 +162,11 @@ GLOBAL_VAR_INIT(miscreants_allowed, FALSE)
|
||||
if(!L)
|
||||
L = get_equipped_items()
|
||||
for(var/obj/item/I in L)
|
||||
if(I.body_parts_covered & GROIN & !I.do_not_cover_butt)
|
||||
return FALSE
|
||||
if(I.body_parts_covered & GROIN)
|
||||
if(!I.do_not_cover_butt)
|
||||
return FALSE
|
||||
else
|
||||
return TRUE
|
||||
return TRUE
|
||||
|
||||
/mob/living/carbon/proc/is_chest_exposed(var/list/L)
|
||||
|
||||
Reference in New Issue
Block a user