Skip to content

Commit

Permalink
Fixes Pygmalion having a 20% damage resistance to everything (vlggms#…
Browse files Browse the repository at this point in the history
…1689)

* Fixes Pygmalion having a 20% damage resistance to everything

* Update pygmalion.dm
  • Loading branch information
LanceSmites328 authored Dec 3, 2023
1 parent d545a77 commit d48e670
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

maxHealth = 2000
health = 2000
damage_coeff = list(BRUTE = 0.8, RED_DAMAGE = 0.8, WHITE_DAMAGE = 0.8, BLACK_DAMAGE = 0.8, PALE_DAMAGE = 1.5)
damage_coeff = list(RED_DAMAGE = 0.8, WHITE_DAMAGE = 0.8, BLACK_DAMAGE = 0.8, PALE_DAMAGE = 1.5)
stat_attack = HARD_CRIT
can_breach = TRUE
vision_range = 7
Expand Down

0 comments on commit d48e670

Please sign in to comment.