[MIRROR] Makes venusflytrap mobs take fire and cold damage (#3215)

* Makes venusflytrap take fire and cold damage (#56565)

Venus flytraps were formerly immune to fire and cold damage. Now plasma fires and the coldness of space can hurt them. Fire does double the damage compared to cold.

At full health a Venus Flytrap will die in:

~5 seconds inside of a fire
~10 seconds inside of space

* Makes venusflytrap mobs take fire and cold damage

Co-authored-by: Tim <timothymtorres@gmail.com>
This commit is contained in:
SkyratBot
2021-02-08 23:49:37 +00:00
committed by GitHub
co-authored by Tim
parent e4b83771f6
commit f7fdf1107e
@@ -106,6 +106,8 @@
attacked_sound = 'sound/creatures/venus_trap_hurt.ogg'
deathsound = 'sound/creatures/venus_trap_death.ogg'
attack_sound = 'sound/creatures/venus_trap_hit.ogg'
unsuitable_cold_damage = 5
unsuitable_heat_damage = 10
atmos_requirements = list("min_oxy" = 0, "max_oxy" = 0, "min_tox" = 0, "max_tox" = 0, "min_co2" = 0, "max_co2" = 0, "min_n2" = 0, "max_n2" = 0)
unsuitable_atmos_damage = 0
/// copied over from the code from eyeballs (the mob) to make it easier for venus human traps to see in kudzu that doesn't have the transparency mutation