mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-27 10:33:21 +00:00
Update robotics.dm (#7321)
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
//Mining suit
|
//Advanced Exploration Suit
|
||||||
/obj/item/weapon/rig/robotics
|
/obj/item/weapon/rig/robotics
|
||||||
name = "advanced suit control belt"
|
name = "advanced suit control belt"
|
||||||
suit_type = "advanced suit"
|
suit_type = "advanced"
|
||||||
desc = "A lightweight suit combining the utility of a RIG with the wearability of a voidsuit."
|
desc = "A lightweight suit combining the utility of a RIG with the wearability of a voidsuit."
|
||||||
icon_state = "void_explorer2"
|
icon_state = "void_explorer2"
|
||||||
slot_flags = SLOT_BELT
|
slot_flags = SLOT_BELT
|
||||||
@@ -14,8 +14,8 @@
|
|||||||
rigsuit_max_pressure = 8 * ONE_ATMOSPHERE
|
rigsuit_max_pressure = 8 * ONE_ATMOSPHERE
|
||||||
rigsuit_min_pressure = 0
|
rigsuit_min_pressure = 0
|
||||||
|
|
||||||
chest_type = /obj/item/clothing/suit/space/rig
|
chest_type = /obj/item/clothing/suit/space/rig/advsuit
|
||||||
helm_type = /obj/item/clothing/head/helmet/space/rig
|
helm_type = /obj/item/clothing/head/helmet/space/rig/advsuit
|
||||||
boot_type = null
|
boot_type = null
|
||||||
glove_type = null
|
glove_type = null
|
||||||
cell_type = null
|
cell_type = null
|
||||||
@@ -27,3 +27,12 @@
|
|||||||
|
|
||||||
req_access = list()
|
req_access = list()
|
||||||
req_one_access = list()
|
req_one_access = list()
|
||||||
|
|
||||||
|
/obj/item/clothing/head/helmet/space/rig/advsuit
|
||||||
|
name = "suit helmet"
|
||||||
|
|
||||||
|
/obj/item/clothing/suit/space/rig/advsuit
|
||||||
|
name = "voidsuit"
|
||||||
|
body_parts_covered = UPPER_TORSO|LOWER_TORSO|LEGS|ARMS|HANDS|FEET
|
||||||
|
heat_protection = UPPER_TORSO|LOWER_TORSO|LEGS|ARMS|HANDS|FEET
|
||||||
|
cold_protection = UPPER_TORSO|LOWER_TORSO|LEGS|ARMS|HANDS|FEET
|
||||||
Reference in New Issue
Block a user