Skip to content

Commit

Permalink
Fix Voidsuit Icon Chapter Three
Browse files Browse the repository at this point in the history
  • Loading branch information
i1yadobr committed Oct 8, 2024
1 parent 82aade4 commit 8c1218b
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 10 deletions.
5 changes: 1 addition & 4 deletions code/modules/clothing/head/helmet.dm
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@
name = "helmet"
desc = "Reinforced headgear. Protects the head from impacts."
icon_state = "helmet"
item_state_slots = list(
slot_l_hand_str = "helmet",
slot_r_hand_str = "helmet",
)
item_state = "helmet"
valid_accessory_slots = list(ACCESSORY_SLOT_HELM_C, ACCESSORY_SLOT_HELM_H)
restricted_accessory_slots = list(ACCESSORY_SLOT_HELM_C, ACCESSORY_SLOT_HELM_H)
item_flags = ITEM_FLAG_THICKMATERIAL
Expand Down
5 changes: 1 addition & 4 deletions code/modules/clothing/spacesuits/spacesuits.dm
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,10 @@
/obj/item/clothing/head/helmet/space
name = "Space helmet"
icon_state = "space"
item_state = "space"
desc = "A special helmet designed for work in a hazardous, low-pressure environment."
item_flags = ITEM_FLAG_STOPPRESSUREDAMAGE | ITEM_FLAG_THICKMATERIAL | ITEM_FLAG_AIRTIGHT
flags_inv = BLOCKHAIR
item_state_slots = list(
slot_l_hand_str = "s_helmet",
slot_r_hand_str = "s_helmet",
)
permeability_coefficient = 0
armor = list(melee = 40, bullet = 10, laser = 35,energy = 15, bomb = 0, bio = 100)
coverage = 1.0
Expand Down
1 change: 1 addition & 0 deletions code/modules/clothing/spacesuits/void/_void.dm
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
name = "void helmet"
desc = "A high-tech dark red space suit helmet. Used for AI satellite maintenance."
icon_state = "void"
item_state = "void"

heat_protection = HEAD
armor = list(melee = 40, bullet = 20, laser = 35,energy = 15, bomb = 35, bio = 100)
Expand Down
4 changes: 2 additions & 2 deletions code/modules/clothing/spacesuits/void/security.dm
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@
light_overlay = "helmet_light_dual"

/obj/item/clothing/suit/space/void/security/hos
icon_state = "sechos_voidsuit"
item_state = "sechos_voidsuit"
name = "security commander voidsuit"
desc = "A heavily armored voidsuit. Gold trimming shows who's the boss here, while heavy pauldrons and kama make it extra durable."
icon_state = "sechos_voidsuit"
item_state = "sechos_voidsuit"
armor = list(melee = 80, bullet = 120, laser = 90, energy = 35, bomb = 45, bio = 100)
allowed = list(/obj/item/gun,/obj/item/device/flashlight,/obj/item/tank,/obj/item/device/suit_cooling_unit,/obj/item/melee/baton)

Expand Down
Binary file modified icons/inv_slots/hats/hand_l_default.dmi
Binary file not shown.
Binary file modified icons/inv_slots/hats/hand_r_default.dmi
Binary file not shown.

0 comments on commit 8c1218b

Please sign in to comment.