Skip to content

Commit

Permalink
Small Shrimp Nerf
Browse files Browse the repository at this point in the history
  • Loading branch information
EnderMage99 committed Jan 5, 2025
1 parent 0e75511 commit 0c24f0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ModularTegustation/tegu_items/rcorp/objective.dm
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ GLOBAL_VAR_INIT(rcorp_payload, null)
health = 1000 //Fragile so they protect you
maxHealth = 1000
damage_coeff = list(BRUTE = 1, RED_DAMAGE = 1, WHITE_DAMAGE = 1, BLACK_DAMAGE = 1, PALE_DAMAGE = 1)
var/max_protection = 1
var/max_protection = 0.9
var/base_resistance = 1
var/guarding_allies = 0
var/final_resistance = 1
Expand Down

0 comments on commit 0c24f0b

Please sign in to comment.