Dont rush these things...

This commit is contained in:
quotefox
2021-07-20 12:19:41 +01:00
parent e661136269
commit 4e09683c28
4 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -162,7 +162,7 @@ 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 & !do_not_cover_butt)
if(I.body_parts_covered & GROIN & !I.do_not_cover_butt)
return FALSE
return TRUE
+1 -1
View File
@@ -125,7 +125,7 @@ GLOBAL_VAR_INIT(rpg_loot_items, FALSE)
var/price = 0
//Hyper, for clothes that reveal your behind! butt stuff, you know how it is.
var/do_not_cover_butt = false
var/do_not_cover_butt = FALSE
/obj/item/Initialize()