mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Adds Toricrates and stuff
This commit is contained in:
@@ -35,4 +35,7 @@
|
||||
cost = 25
|
||||
containertype = /obj/structure/closet/crate/secure
|
||||
containername = "Virus sample crate"
|
||||
access = access_medical_equip
|
||||
access = access_medical_equip
|
||||
|
||||
/datum/supply_pack/med/bloodpack
|
||||
containertype = /obj/structure/closet/crate/medical/blood
|
||||
@@ -3,7 +3,7 @@
|
||||
/obj/structure/closet/crate
|
||||
name = "crate"
|
||||
desc = "A rectangular steel crate."
|
||||
icon = 'icons/obj/storage.dmi'
|
||||
icon = 'icons/obj/storage_vr.dmi' //VOREStation edit
|
||||
icon_state = "crate"
|
||||
icon_opened = "crateopen"
|
||||
icon_closed = "crate"
|
||||
@@ -293,6 +293,9 @@
|
||||
|
||||
/obj/structure/closet/crate/solar
|
||||
name = "solar pack crate"
|
||||
icon_state = "engi_crate" //VOREStation Edit
|
||||
icon_opened = "engi_crateopen" //VOREStation Edit
|
||||
icon_closed = "engi_crate" //VOREStation Edit
|
||||
|
||||
starts_with = list(
|
||||
/obj/item/solar_assembly = 21,
|
||||
@@ -349,6 +352,7 @@
|
||||
/obj/structure/closet/crate/bin
|
||||
name = "large bin"
|
||||
desc = "A large bin."
|
||||
icon = 'icons/obj/storage.dmi' //VOREStation edit
|
||||
icon_state = "largebin"
|
||||
icon_opened = "largebinopen"
|
||||
icon_closed = "largebin"
|
||||
@@ -417,6 +421,7 @@
|
||||
/obj/structure/closet/crate/secure/bin
|
||||
name = "secure bin"
|
||||
desc = "A secure bin."
|
||||
icon = 'icons/obj/storage_vr.dmi' //VOREStation edit
|
||||
icon_state = "largebins"
|
||||
icon_opened = "largebinsopen"
|
||||
icon_closed = "largebins"
|
||||
@@ -429,7 +434,7 @@
|
||||
/obj/structure/closet/crate/large
|
||||
name = "large crate"
|
||||
desc = "A hefty metal crate."
|
||||
icon = 'icons/obj/storage.dmi'
|
||||
icon = 'icons/obj/storage_vr.dmi' //VOREStation Edit
|
||||
icon_state = "largemetal"
|
||||
icon_opened = "largemetalopen"
|
||||
icon_closed = "largemetal"
|
||||
@@ -457,10 +462,10 @@
|
||||
/obj/structure/closet/crate/secure/large
|
||||
name = "large crate"
|
||||
desc = "A hefty metal crate with an electronic locking system."
|
||||
icon = 'icons/obj/storage.dmi'
|
||||
icon_state = "largemetal"
|
||||
icon_opened = "largemetalopen"
|
||||
icon_closed = "largemetal"
|
||||
icon = 'icons/obj/storage_vr.dmi' //VOREStation Edit
|
||||
icon_state = "largemetalsecure" //VOREStation Edit
|
||||
icon_opened = "largemetalsecureopen" //VOREStation Edit
|
||||
icon_closed = "largemetalsecure" //VOREStation Edit
|
||||
redlight = "largemetalr"
|
||||
greenlight = "largemetalg"
|
||||
|
||||
|
||||
@@ -31,4 +31,9 @@
|
||||
|
||||
..()
|
||||
|
||||
return
|
||||
return
|
||||
|
||||
/obj/structure/closet/crate/medical/blood
|
||||
icon_state = "blood"
|
||||
icon_opened = "bloodopen"
|
||||
icon_closed = "blood"
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 8.6 KiB After Width: | Height: | Size: 24 KiB |
Reference in New Issue
Block a user