mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 12:37:26 +01:00
tweaks on feedback
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user