mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-28 06:28:01 +01:00
Construction Voidsuits
This commit is contained in:
@@ -12,6 +12,11 @@
|
||||
icon_state = "rig0-engineering_rad"
|
||||
item_state_slots = list(slot_r_hand_str = "eng_helm_rad", slot_l_hand_str = "eng_helm_rad")
|
||||
|
||||
/obj/item/clothing/head/helmet/space/void/engineering/construction
|
||||
name = "construction voidsuit helmet"
|
||||
icon_state = "rig0-engineering_con"
|
||||
item_state_slots = list(slot_r_hand_str = "eng_helm_con", slot_l_hand_str = "eng_helm_con")
|
||||
|
||||
/obj/item/clothing/suit/space/void/engineering
|
||||
name = "engineering voidsuit"
|
||||
desc = "A special suit that protects against hazardous, low pressure environments. Has radiation shielding."
|
||||
@@ -26,6 +31,11 @@
|
||||
icon_state = "rig-engineering_rad"
|
||||
item_state_slots = list(slot_r_hand_str = "eng_voidsuit_rad", slot_l_hand_str = "eng_voidsuit_rad")
|
||||
|
||||
/obj/item/clothing/suit/space/void/engineering/construction
|
||||
name = "contstruction voidsuit"
|
||||
icon_state = "rig-engineering_con"
|
||||
item_state_slots = list(slot_r_hand_str = "eng_voidsuit_con", slot_l_hand_str = "eng_voidsuit_con")
|
||||
|
||||
//Mining
|
||||
/obj/item/clothing/head/helmet/space/void/mining
|
||||
name = "mining voidsuit helmet"
|
||||
|
||||
Reference in New Issue
Block a user