mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-01-06 23:51:43 +00:00
15 lines
584 B
Plaintext
15 lines
584 B
Plaintext
|
|
//NASA Voidsuit
|
|
/obj/item/clothing/head/helmet/space/nasavoid
|
|
name = "NASA Void Helmet"
|
|
desc = "A high tech, NASA Centcom branch designed, dark red space suit helmet. Used for AI satellite maintenance."
|
|
icon_state = "void"
|
|
item_state = "void"
|
|
|
|
/obj/item/clothing/suit/space/nasavoid
|
|
name = "NASA Voidsuit"
|
|
icon_state = "void"
|
|
item_state = "void"
|
|
desc = "A high tech, NASA Centcom branch designed, dark red Space suit. Used for AI satellite maintenance."
|
|
slowdown = 1
|
|
allowed = list(/obj/item/device/flashlight,/obj/item/weapon/tank,/obj/item/device/multitool) |