mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-18 03:21:30 +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)
|
||||
|
||||
@@ -78,6 +78,9 @@
|
||||
amt_nude++
|
||||
if(getorganslot("vagina"))
|
||||
amt_nude++
|
||||
if(is_butt_exposed())
|
||||
if(getorganslot("anus"))
|
||||
amt_nude++
|
||||
if(amt_nude)
|
||||
var/watchers = 0
|
||||
for(var/mob/_M in view(world.view, src))
|
||||
|
||||
Reference in New Issue
Block a user