mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 05:23:22 +01:00
Total Autodrobe Removal + Spawn locker buffs (#13724)
This commit is contained in:
@@ -126,7 +126,6 @@
|
||||
name = "emergency survival box"
|
||||
desc = "A faithful box that will remain with you, no matter where you go, and probably save you."
|
||||
icon_state = "e_box"
|
||||
autodrobe_no_remove = 1
|
||||
max_storage_space = 14
|
||||
can_hold = list(
|
||||
/obj/item/clothing/mask,
|
||||
@@ -155,29 +154,12 @@
|
||||
/obj/item/reagent_containers/hypospray/autoinjector/inaprovaline = 1
|
||||
)
|
||||
|
||||
/obj/item/storage/box/survival/fill()
|
||||
..()
|
||||
for(var/obj/item/thing in contents)
|
||||
thing.autodrobe_no_remove = 1
|
||||
|
||||
/obj/item/storage/box/engineer
|
||||
autodrobe_no_remove = 1
|
||||
starts_with = list(/obj/item/clothing/mask/breath = 1, /obj/item/tank/emergency_oxygen/engi = 1)
|
||||
|
||||
/obj/item/storage/box/engineer/fill()
|
||||
..()
|
||||
for(var/obj/item/thing in contents)
|
||||
thing.autodrobe_no_remove = 1
|
||||
|
||||
/obj/item/storage/box/vaurca
|
||||
autodrobe_no_remove = 1
|
||||
starts_with = list(/obj/item/clothing/mask/breath = 1, /obj/item/reagent_containers/inhaler/phoron_special = 1)
|
||||
|
||||
/obj/item/storage/box/vaurca/fill()
|
||||
..()
|
||||
for(var/obj/item/thing in contents)
|
||||
thing.autodrobe_no_remove = 1
|
||||
|
||||
/obj/item/storage/box/gloves
|
||||
name = "box of sterile gloves"
|
||||
desc = "Contains sterile gloves."
|
||||
@@ -991,7 +973,7 @@
|
||||
if(choice == "SmileyFace")
|
||||
var/obj/item/clothing/head/papersack/smiley/S = new()
|
||||
user.put_in_hands(S)
|
||||
else
|
||||
else
|
||||
var/obj/item/clothing/head/papersack/PS = new()
|
||||
user.put_in_hands(PS)
|
||||
qdel(src)
|
||||
|
||||
@@ -8,7 +8,6 @@
|
||||
icon_state = "m_garment"
|
||||
item_state = "m_garment"
|
||||
contained_sprite = 1
|
||||
autodrobe_no_remove = TRUE
|
||||
|
||||
/obj/item/clothing/mask/breath/vaurca/adjust_mask(mob/user)
|
||||
to_chat(user, "This mask is too tight to adjust.")
|
||||
|
||||
Reference in New Issue
Block a user