mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-13 08:57:01 +01:00
Dont rush these things...
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user