Unapologetic Diona Nerfs: Part 4 of 8274 (#8878)

Actually reduces nymph health to 33.3. Arcane shitcode set it to 200.
This commit is contained in:
ParadoxSpace
2020-05-15 23:35:46 +03:00
committed by GitHub
parent b262368ca7
commit c44ee129f2
2 changed files with 42 additions and 1 deletions
@@ -23,6 +23,7 @@
meat_type = /obj/item/reagent_containers/food/snacks/meat/dionanymph
meat_amount = 2
maxHealth = 33.3
health = 33.3
pass_flags = PASSTABLE
// Decorative head flower.
@@ -172,7 +173,6 @@
icon_state = lowertext(species.name)
species.handle_post_spawn(src)
maxHealth = species.total_health
regenerate_icons()
make_blood()