mirror of
https://github.com/Aurorastation/Aurora-Old.git
synced 2026-07-14 17:23:03 +01:00
15 lines
477 B
Plaintext
15 lines
477 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
|