tweaks on feedback

This commit is contained in:
Aurorablade
2016-04-30 16:04:56 -04:00
parent 7e405427aa
commit dbc65dc7ec
7 changed files with 33 additions and 6 deletions
@@ -691,6 +691,16 @@
item_state = "atmos_suit"
item_color = "atmos"
/obj/item/clothing/under/contortionist/equipped(mob/living/carbon/human/user, slot)
if(!user.ventcrawler)
user.ventcrawler = 2
..()
/obj/item/clothing/under/contortionist/dropped(mob/living/carbon/human/user)
if(!user.get_int_organ(/obj/item/organ/internal/gland/ventcrawling))
user.ventcrawler = 0
..()
/obj/item/clothing/under/contortionist/proc/check_clothing(mob/user as mob)
//Allowed to wear: glasses, shoes, gloves, pockets, mask, and jumpsuit (obviously)
var/list/slot_must_be_empty = list(slot_back,slot_handcuffed,slot_legcuffed,slot_l_hand,slot_r_hand,slot_belt,slot_head,slot_wear_suit)