Skip to content

Commit

Permalink
synth m4 armor part 1
Browse files Browse the repository at this point in the history
  • Loading branch information
QuickLode committed Nov 7, 2023
1 parent e3b08b9 commit a6d62db
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions code/__DEFINES/conflict.dm
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@
#define SHOES_SLOWDOWN -1

#define SLOWDOWN_ARMOR_NONE 0
#define SLOWDOWN_ARMOR_SUPER_LIGHT 0.10
#define SLOWDOWN_ARMOR_VERY_LIGHT 0.20
#define SLOWDOWN_ARMOR_LIGHT 0.35
#define SLOWDOWN_ARMOR_MEDIUM 0.55
Expand Down
5 changes: 3 additions & 2 deletions code/modules/clothing/suits/marine_armor.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1113,8 +1113,8 @@
item_state_slots = list(WEAR_JACKET = "pmc_sniper")

/obj/item/clothing/suit/storage/marine/veteran/pmc/light/synth
name = "\improper M4 synthetic PMC armor"
desc = "A modification of the standard Armat Systems M3 armor. This variant was designed for PMC Support Units in the field, offering protection and storage while not restricting movement."
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."
time_to_unequip = 0.5 SECONDS
time_to_equip = 1 SECONDS
armor_melee = CLOTHING_ARMOR_NONE
Expand All @@ -1126,6 +1126,7 @@
armor_rad = CLOTHING_ARMOR_NONE
armor_internaldamage = CLOTHING_ARMOR_NONE
storage_slots = 3
slowdown = SLOWDOWN_ARMOR_SUPER_LIGHT

/obj/item/clothing/suit/storage/marine/veteran/pmc/light/synth/Initialize()
flags_atom |= NO_NAME_OVERRIDE
Expand Down
4 changes: 2 additions & 2 deletions maps/map_files/LV624/hydro/30.destroyed.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,8 @@
/area/lv624/lazarus/hydroponics)
"mK" = (
/obj/item/clothing/suit/storage/marine/veteran/pmc/light/synth{
desc = "A modification of the standard Armat Systems M3 armor. This variant was designed for PMC Support Units in the field, offering protection and storage while not restricting movement. This set seems damaged...";
name = "damaged 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. This set seems damaged...";
name = "damaged M4 Synthetic PMC armor";
pixel_x = -5;
pixel_y = -5
},
Expand Down

0 comments on commit a6d62db

Please sign in to comment.