mirror of
https://github.com/goonstation/goonstation-2016.git
synced 2026-07-14 02:23:09 +01:00
57 lines
1.5 KiB
Plaintext
57 lines
1.5 KiB
Plaintext
/obj/storage/cart
|
|
name = "supply cart"
|
|
desc = "A big rolling supply cart."
|
|
is_short = 1
|
|
icon_state = "cart"
|
|
icon_closed = "cart"
|
|
icon_opened = "cartopen"
|
|
icon_welded = "welded-crate"
|
|
soundproofing = 5
|
|
throwforce = 50
|
|
health = 4
|
|
can_flip_bust = 1
|
|
|
|
/obj/storage/cart/mechcart
|
|
name = "mechanics cart"
|
|
desc = "A big rolling supply cart for station mechanics."
|
|
icon_state = "mechcart"
|
|
icon_closed = "mechcart"
|
|
icon_opened = "mechcartopen"
|
|
|
|
/obj/storage/cart/medcart
|
|
name = "medical cart"
|
|
desc = "A big rolling supply cart for station medics."
|
|
icon_state = "medcart"
|
|
icon_closed = "medcart"
|
|
icon_opened = "medcartopen"
|
|
|
|
/obj/storage/cart/forensic
|
|
name = "forensics cart"
|
|
desc = "A big rolling supply cart for crimescene forensics work."
|
|
icon_state = "forensiccart"
|
|
icon_closed = "forensiccart"
|
|
icon_opened = "forensiccartopen"
|
|
|
|
/obj/storage/cart/trash
|
|
name = "trash cart"
|
|
desc = "Well at least you're in space, right?"
|
|
icon = 'icons/obj/janitor.dmi'
|
|
icon_state = "trashcart"
|
|
icon_closed = "trashcart"
|
|
icon_opened = "trashcartopen"
|
|
|
|
/obj/storage/cart/trash/syndicate
|
|
crunches_contents = 1
|
|
|
|
/obj/storage/cart/hotdog
|
|
name = "hotdog stand"
|
|
desc = "This will probably never be used to sell hotdogs."
|
|
icon = 'icons/obj/storage.dmi'
|
|
icon_state = "hotdogstand"
|
|
icon_closed = "hotdogstand"
|
|
icon_opened = "hotdogstandopen"
|
|
|
|
/obj/storage/cart/hotdog/syndicate
|
|
crunches_contents = 1
|
|
crunches_deliciously = 1
|