mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-22 08:46:51 +01:00
10 lines
263 B
Plaintext
10 lines
263 B
Plaintext
|
|
/**
|
|
* Unfoldable. Special survival box handed to most people on spawn.
|
|
*/
|
|
/obj/item/storage/box/survival
|
|
name = "emergency supply box"
|
|
desc = "A survival box issued to crew members for use in emergency situations."
|
|
icon_state = "survival"
|
|
foldable = FALSE
|