mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-08-23 20:56:47 +01:00
https://github.com/quotefox/Hyper-Station-13/pull/621 https://github.com/quotefox/Hyper-Station-13/pull/421 https://github.com/quotefox/Hyper-Station-13/pull/1405 https://github.com/quotefox/Hyper-Station-13/pull/698 https://github.com/quotefox/Hyper-Station-13/pull/853 https://github.com/quotefox/Hyper-Station-13/pull/1147 https://github.com/quotefox/Hyper-Station-13/pull/440 https://github.com/quotefox/Hyper-Station-13/pull/457 https://github.com/quotefox/Hyper-Station-13/pull/1174 https://github.com/quotefox/Hyper-Station-13/pull/1221 https://github.com/quotefox/Hyper-Station-13/pull/424 https://github.com/quotefox/Hyper-Station-13/pull/934/files
9 lines
430 B
Plaintext
9 lines
430 B
Plaintext
/datum/supply_pack/science/hev
|
|
name = "Hazard Suit Crate"
|
|
desc = "A familiar suit from the times of interdimensional exploring. Research Directors might prefer these due to their superior radioactive protection over the standard RD suit."
|
|
cost = 15000
|
|
access = ACCESS_RD
|
|
contains = list(/obj/item/clothing/suit/space/hardsuit/rd/hev)
|
|
crate_name = "hazard suit crate"
|
|
crate_type = /obj/structure/closet/crate/secure/science
|