Skip to content

Commit

Permalink
[MIRROR] buff corporate modsuit (#1121)
Browse files Browse the repository at this point in the history
* buff corporate modsuit (#81525)

buffs the corporate modsuit's armor
also expands the other-description on it because flavor mmm yum yum
munch

* buff corporate modsuit

---------

Co-authored-by: EEASAS <[email protected]>
  • Loading branch information
2 people authored and StealsThePRs committed Feb 25, 2024
1 parent 56d4faa commit a39bf84
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions code/modules/mod/mod_theme.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1575,7 +1575,9 @@
anti-corrosion coated suit for high-ranking CentCom Officers, deploying pristine protective armor and \
advanced actuators, feeling practically weightless when turned on. Scraping the paint of this suit is \
counted as a war-crime and reason for immediate execution in over fifty Nanotrasen space stations. \
The resemblance to a Gorlex Marauder helmet is purely coincidental."
The resemblance to a Gorlex Marauder helmet is purely coincidental. This is the newest V2 revision, which has \
reflective reinforced-plasmaglass shielding weaved with advanced kevlar fibers. Sources say that some of the armor \
is ripped straight from an Apocryphal MODsuit."
default_skin = "corporate"
armor_type = /datum/armor/mod_theme_corporate
resistance_flags = FIRE_PROOF|ACID_PROOF
Expand Down Expand Up @@ -1618,11 +1620,11 @@
)

/datum/armor/mod_theme_corporate
melee = 50
bullet = 40
laser = 50
melee = 65
bullet = 65
laser = 55
energy = 50
bomb = 50
bomb = 60
bio = 100
fire = 100
acid = 100
Expand Down

0 comments on commit a39bf84

Please sign in to comment.