Skip to content

Commit

Permalink
revert all sprites
Browse files Browse the repository at this point in the history
  • Loading branch information
QuickLode committed Nov 7, 2023
1 parent 61b3e52 commit 806a106
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/clothing/suits/marine_armor.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1115,7 +1115,7 @@
/obj/item/clothing/suit/storage/marine/veteran/pmc/light/synth
name = "\improper M4 Synthetic PMC armor"
desc = "A serious modification of the standard Armat Systems M3 armor. This variant was designed for PMC Support Units in the field, with every armor insert removed. It's designed with the idea of a high speed lifesaver in mind."
icon_state = "pmc_synth"
icon_state = "pmc_sniper"
time_to_unequip = 0.5 SECONDS
time_to_equip = 1 SECONDS
armor_melee = CLOTHING_ARMOR_NONE
Expand All @@ -1128,7 +1128,7 @@
armor_internaldamage = CLOTHING_ARMOR_NONE
storage_slots = 3
slowdown = SLOWDOWN_ARMOR_SUPER_LIGHT
item_state_slots = list(WEAR_JACKET = "pmc_synth")
item_state_slots = list(WEAR_JACKET = "pmc_sniper")

/obj/item/clothing/suit/storage/marine/veteran/pmc/light/synth/Initialize()
flags_atom |= NO_NAME_OVERRIDE
Expand Down
Binary file modified icons/mob/humans/onmob/suit_1.dmi
Binary file not shown.
Binary file modified icons/obj/items/clothing/cm_suits.dmi
Binary file not shown.

0 comments on commit 806a106

Please sign in to comment.