mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-21 07:03:05 +00:00
* Crate, Closet Refactors & Access Secured Stuff * CI * e --------- Co-authored-by: SyncIt21 <110812394+SyncIt21@users.noreply.github.com> Co-authored-by: Gandalf <9026500+Gandalf2k15@users.noreply.github.com>
26 lines
857 B
Plaintext
26 lines
857 B
Plaintext
/obj/structure/closet/crate/cardboard
|
|
name = "cardboard box"
|
|
desc = "A box, in which you can place things. Revolutionary, I know."
|
|
pass_flags_self = PASSSTRUCTURE
|
|
material_drop = /obj/item/stack/sheet/cardboard
|
|
material_drop_amount = 4
|
|
icon_state = "cardboard"
|
|
base_icon_state = "cardboard"
|
|
open_sound = 'sound/items/poster_ripped.ogg'
|
|
close_sound = 'sound/machines/cardboard_box.ogg'
|
|
open_sound_volume = 25
|
|
close_sound_volume = 25
|
|
paint_jobs = null
|
|
|
|
/obj/structure/closet/crate/cardboard/mothic
|
|
name = "\improper Mothic Fleet box"
|
|
desc = "For holding moths, presumably."
|
|
icon_state = "cardboard_moth"
|
|
base_icon_state = "cardboard_moth"
|
|
|
|
/obj/structure/closet/crate/cardboard/tiziran
|
|
name = "\improper Tiziran shipment box"
|
|
desc = "For holding lizards, presumably."
|
|
icon_state = "cardboard_tiziran"
|
|
base_icon_state = "cardboard_tiziran"
|