Skip to content

Commit

Permalink
adds the proper REPA speed
Browse files Browse the repository at this point in the history
  • Loading branch information
RinPin committed Jul 3, 2023
1 parent a076446 commit 79fe566
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions code/__DEFINES/armor.dm
Original file line number Diff line number Diff line change
Expand Up @@ -951,6 +951,14 @@ GLOBAL_LIST_INIT(armor_token_operation_legend, list(
*/
#define ARMOR_SLOWDOWN_SALVAGE 2


/*
* Refurbished Power Armor
* Basically driving a crappy car
*/
#define ARMOR_SLOWDOWN_REPA 1.2


/*
* Power Armor
* Basically driving a car
Expand Down
2 changes: 1 addition & 1 deletion code/modules/clothing/suits/arfsuits.dm
Original file line number Diff line number Diff line change
Expand Up @@ -3399,7 +3399,7 @@
icon_state = "t45bpowerarmor"
item_state = "t45bpowerarmor"
armor = ARMOR_VALUE_SALVAGE
slowdown = ARMOR_SLOWDOWN_PA * ARMOR_SLOWDOWN_GLOBAL_MULT
slowdown = ARMOR_SLOWDOWN_REPA * ARMOR_SLOWDOWN_GLOBAL_MULT
salvaged_type = /obj/item/clothing/suit/armor/heavy/salvaged_pa/t45b

/obj/item/clothing/suit/armor/power_armor/t45b/raider
Expand Down

0 comments on commit 79fe566

Please sign in to comment.