mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 20:43:10 +01:00
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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user