Skip to content

Commit

Permalink
More Nerfs
Browse files Browse the repository at this point in the history
  • Loading branch information
EnderMage99 committed Jan 2, 2025
1 parent e676d46 commit 9ee5124
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ModularTegustation/tegu_items/associations/!overwrites.dm
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
/mob/living/simple_animal/hostile/ordeal/amber_dusk/Initialize()
. = ..()
if(SSmaptype.maptype in SSmaptype.citymaps)
melee_damage_lower = 70
melee_damage_upper = 82 // If you get hit by them it's a major skill issue
maxHealth = 1200
health = 1200
melee_damage_lower = 45
melee_damage_upper = 55
maxHealth = 800
health = 800
can_burrow = FALSE

0 comments on commit 9ee5124

Please sign in to comment.