Ports funky closet animations from Yog (#12989)

This commit is contained in:
Wowzewow (Wezzy)
2022-02-16 06:25:17 +08:00
committed by GitHub
parent 78f043262e
commit 7745983a29
56 changed files with 385 additions and 901 deletions

View File

@@ -121,8 +121,7 @@
/obj/structure/closet/lasertag
name = "red laser tag equipment"
desc = "It's a storage unit for laser tag equipment."
icon_state = "red"
icon_closed = "red"
icon_door = "red"
var/helmet_path = /obj/item/clothing/head/helmet/riot/laser_tag
var/armor_path = /obj/item/clothing/suit/armor/riot/laser_tag
var/gun_path = /obj/item/gun/energy/lasertag/red
@@ -137,8 +136,7 @@
/obj/structure/closet/lasertag/blue
name = "blue laser tag equipment"
icon_state = "blue"
icon_closed = "blue"
icon_door = "blue"
helmet_path = /obj/item/clothing/head/helmet/riot/laser_tag/blue
armor_path = /obj/item/clothing/suit/armor/riot/laser_tag/blue
gun_path = /obj/item/gun/energy/lasertag/blue
gun_path = /obj/item/gun/energy/lasertag/blue

View File

@@ -1142,7 +1142,6 @@ All custom items with worn sprites must follow the contained sprite system: http
item_state = "nai_gloves"
contained_sprite = TRUE
/obj/item/clothing/head/fluff/djikstra_hood //Stellar Hood - Msizi Djikstra - happyfox
name = "stellar hood"
desc = "A more encompassing version of the Starveil, made from a resilient xeno-silk, intended to protect not just the eyes but also the soul of the wearer."

View File

@@ -2,8 +2,6 @@
name = "abandoned crate"
desc = "What could be inside?"
icon_state = "securecrate"
icon_opened = "securecrateopen"
icon_closed = "securecrate"
var/list/code = list()
var/list/lastattempt = list()
var/attempts = 15

View File

@@ -2,12 +2,7 @@
/obj/structure/closet/secure_closet/miner
name = "shaft miner locker"
icon_state = "miningsec1"
icon_closed = "miningsec"
icon_locked = "miningsec1"
icon_opened = "miningsecopen"
icon_broken = "miningsecbroken"
icon_off = "miningsecoff"
icon_state = "mining"
req_access = list(access_mining)
/obj/structure/closet/secure_closet/miner/fill()

View File

@@ -62,12 +62,7 @@
/obj/structure/closet/secure_closet/xenoarchaeologist
name = "xenoarchaeologist locker"
req_access = list(access_tox_storage)
icon_state = "secureres1"
icon_closed = "secureres"
icon_locked = "secureres1"
icon_opened = "secureresopen"
icon_broken = "secureresbroken"
icon_off = "secureresoff"
icon_state = "science"
/obj/structure/closet/secure_closet/xenoarchaeologist/fill()
new /obj/item/clothing/under/rank/scientist(src)
@@ -81,9 +76,8 @@
/obj/structure/closet/excavation
name = "excavation tools"
icon_state = "toolcloset"
icon_closed = "toolcloset"
icon_opened = "toolclosetopen"
icon_state = "eng"
icon_door = "eng_tool"
/obj/structure/closet/excavation/fill()
new /obj/item/storage/belt/archaeology(src)