Skip to content

Commit

Permalink
Final edits, I hope
Browse files Browse the repository at this point in the history
  • Loading branch information
i1yadobr committed Sep 21, 2024
1 parent f5826bd commit a5cdf56
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/modules/clothing/spacesuits/void/_void.dm
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
/obj/item/clothing/suit/space/void
name = "voidsuit"
icon_state = "void"
//item_state = "syndie_hardsuit"
item_state = "syndie-void"
w_class = ITEM_SIZE_HUGE//bulky item
desc = "A high-tech dark red space suit. Used for AI satellite maintenance."
armor = list(melee = 40, bullet = 20, laser = 35,energy = 15, bomb = 35, bio = 100)
Expand Down
1 change: 1 addition & 0 deletions code/modules/clothing/spacesuits/void/wizard.dm
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

/obj/item/clothing/suit/space/void/wizard
icon_state = "rig-wiz"
item_state = "wizard-void"
name = "gem-encrusted voidsuit"
desc = "A bizarre gem-encrusted suit that radiates magical energies."
w_class = ITEM_SIZE_LARGE //normally voidsuits are bulky but this one is magic I suppose
Expand Down
2 changes: 1 addition & 1 deletion code/modules/clothing/suits/miscellaneous.dm
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@
name = "xenos suit"
desc = "A suit made out of chitinous alien hide."
icon_state = "xenos"
//item_state = "xenos_helm"
item_state = "xenos_suit"
body_parts_covered = UPPER_TORSO|LOWER_TORSO|LEGS|FEET|ARMS|HANDS
flags_inv = HIDEGLOVES|HIDESHOES|HIDEJUMPSUIT
siemens_coefficient = 2.0
Expand Down
Binary file modified icons/inv_slots/suits/hand_l_default.dmi
Binary file not shown.
Binary file modified icons/inv_slots/suits/hand_r_default.dmi
Binary file not shown.

0 comments on commit a5cdf56

Please sign in to comment.