Space Fauna Lethality Tweak (#18009)

* Space Fauna Lethality Tweak

* Tempered by the fires of hell, his iron will remained steadfast through the passage that preys upon the week, for he alone was the hell walker

* and those who tasted the bite of his sword name him the Doomslayer
This commit is contained in:
Geeves
2024-01-06 16:04:56 +00:00
committed by GitHub
parent e867030c2e
commit 501b58b0e8
3 changed files with 18 additions and 2 deletions
@@ -26,7 +26,7 @@
harm_intent_damage = 4
melee_damage_lower = 15
melee_damage_upper = 15
armor_penetration = 10
armor_penetration = 5
attack_flags = DAMAGE_FLAG_EDGE
attacktext = "bitten"
attack_sound = 'sound/weapons/bite.ogg'
@@ -50,6 +50,8 @@
flying = TRUE
see_invisible = SEE_INVISIBLE_NOLIGHTING
smart_melee = FALSE
/mob/living/simple_animal/hostile/carp/update_icon()
..()
if(resting || stat == DEAD)
@@ -170,7 +172,7 @@
melee_damage_lower = 20
melee_damage_upper = 20
armor_penetration = 15
armor_penetration = 10
var/image/eye_overlay
/mob/living/simple_animal/hostile/carp/shark/reaver/eel/Initialize()