harvesters are now glass cannons (#20450)

* harvesters now deal more damage and have less health

* by popular demand (or me not wanting to get my email spammed)
This commit is contained in:
GDN
2023-03-08 19:57:38 +01:00
committed by GitHub
parent e20a4e58eb
commit 157c92c758
@@ -289,10 +289,10 @@
desc = "A harbinger of enlightenment. It'll be all over soon."
icon_state = "harvester"
icon_living = "harvester"
maxHealth = 60
health = 60
melee_damage_lower = 1
melee_damage_upper = 5
maxHealth = 40
health = 40
melee_damage_lower = 20
melee_damage_upper = 25
attacktext = "prods"
environment_smash = ENVIRONMENT_SMASH_RWALLS
attack_sound = 'sound/weapons/tap.ogg'