Skip to content

Commit

Permalink
fix(sprite): tacticool turtleneck's sprite fix in hand
Browse files Browse the repository at this point in the history
  • Loading branch information
i1yadobr authored Sep 16, 2024
1 parent 5b44711 commit d507536
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions code/modules/clothing/under/syndicate.dm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "tactical turtleneck"
desc = "It's some non-descript, slightly suspicious looking, civilian clothing."
icon_state = "syndicate"
item_state = "bl_suit"
item_state = "syndicate"
worn_state = "syndicate"
has_sensor = 0
armor = list(melee = 5, bullet = 5, laser = 5, energy = 0, bomb = 0, bio = 0)
Expand All @@ -12,7 +12,7 @@
name = "combat turtleneck"
desc = "The height of fashion and tactical utility."
icon_state = "combat"
item_state = "bl_suit"
item_state = "combat"
worn_state = "combat"
has_sensor = SUIT_HAS_SENSORS
armor = list(melee = 20, bullet = 20, laser = 10, energy = 0, bomb = 0, bio = 0)
Expand All @@ -21,7 +21,7 @@
name = "\improper Tacticool turtleneck"
desc = "Just looking at it makes you want to buy an SKS, go into the woods, and -operate-."
icon_state = "tactifool"
item_state = "bl_suit"
item_state = "tactifool"
worn_state = "tactifool"
armor = list(melee = 5, bullet = -20, laser = 5, energy = 0, bomb = 0, bio = 0) // Getting shot despite being tacticool hurts on a different level
siemens_coefficient = 1
Expand Down
Binary file modified icons/inv_slots/uniforms/hand_l_default.dmi
Binary file not shown.
Binary file modified icons/inv_slots/uniforms/hand_l_slim.dmi
Binary file not shown.
Binary file modified icons/inv_slots/uniforms/hand_r_default.dmi
Binary file not shown.
Binary file modified icons/inv_slots/uniforms/hand_r_slim.dmi
Binary file not shown.

0 comments on commit d507536

Please sign in to comment.