Skip to content

Commit

Permalink
yea
Browse files Browse the repository at this point in the history
  • Loading branch information
Hekzder committed Oct 6, 2023
1 parent 60abb32 commit c78073e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions mojave/code/modules/mob/creatures/ms13animals.dm
Original file line number Diff line number Diff line change
Expand Up @@ -763,12 +763,14 @@
turns_per_move = 3
attack_sound = list('mojave/sound/ms13npc/hellpig_attack1.ogg', 'mojave/sound/ms13npc/hellpig_attack2.ogg', 'mojave/sound/ms13npc/hellpig_attack3.ogg')
deathsound = list('mojave/sound/ms13npc/hellpig_death1.ogg', 'mojave/sound/ms13npc/hellpig_death2.ogg') //Not in love with either of these death or attack sounds but they work for now. Just pulled them from Yaoguai files
health = 950
maxHealth = 950
health = 1040
maxHealth = 1040
obj_damage = 300
melee_damage_lower = 50
melee_damage_upper = 50
subtractible_armour_penetration = 25
vision_range = 11
aggro_vision_range = 11
environment_smash = ENVIRONMENT_SMASH_STRUCTURES
speed = 2
move_to_delay = 3.35
Expand Down

0 comments on commit c78073e

Please sign in to comment.