Skip to content

Commit

Permalink
Update hardsuit.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
RinPin committed Jul 11, 2023
1 parent ed6f800 commit 558a5a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/clothing/spacesuits/hardsuit.dm
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,7 @@ armor //Baseline hardsuits
hardsuit_type = "soviet"
icon_state = "rig0-soviet"
mutantrace_variation = NONE
armor_tokens = list(ARMOR_MODIFIER_UP_BULLET_T2, ARMOR_MODIFIER_UP_MELEE_T2, ARMOR_MODIFIER_UP_LASER_T2, ARMOR_MODIFIER_DOWN_ENV_T1, ARMOR_MODIFIER_UP_DT_T3)
armor_tokens = list(ARMOR_MODIFIER_UP_BULLET_T2, ARMOR_MODIFIER_UP_MELEE_T2, ARMOR_MODIFIER_UP_LASER_T2, ARMOR_MODIFIER_UP_DT_T3)



Expand All @@ -669,7 +669,7 @@ armor //Baseline hardsuits
helmettype = /obj/item/clothing/head/helmet/space/hardsuit/soviet
pocket_storage_component_path = /datum/component/storage/concrete/pockets/magpouch
mutantrace_variation = NONE
armor_tokens = list(ARMOR_MODIFIER_UP_BULLET_T2, ARMOR_MODIFIER_UP_MELEE_T2, ARMOR_MODIFIER_UP_LASER_T2, ARMOR_MODIFIER_DOWN_ENV_T1, ARMOR_MODIFIER_UP_DT_T3)
armor_tokens = list(ARMOR_MODIFIER_UP_BULLET_T2, ARMOR_MODIFIER_UP_MELEE_T2, ARMOR_MODIFIER_UP_LASER_T2, ARMOR_MODIFIER_UP_DT_T3)

/////////////SHIELDED//////////////////////////////////

Expand Down

0 comments on commit 558a5a0

Please sign in to comment.