Skip to content

Commit

Permalink
Update undead.dm (ParadiseSS13#26564)
Browse files Browse the repository at this point in the history
Signed-off-by: Faron  <171642577+FaronCD@users.noreply.github.com>
  • Loading branch information
FaronCD authored Aug 21, 2024
1 parent bcb00d3 commit 1c3be1c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@
melee_damage_lower = 15
melee_damage_upper = 15
deathmessage = null
gold_core_spawnable = NO_SPAWN

/mob/living/simple_animal/hostile/retaliate/skeleton/warden/Process_Spacemove(movement_dir)
return TRUE
Expand All @@ -109,6 +110,7 @@
melee_damage_lower = 30
melee_damage_upper = 30
loot = list(/obj/effect/decal/remains/human, /obj/item/clothing/head/warden, /obj/item/card/sec_shuttle_ruin)
gold_core_spawnable = NO_SPAWN

/mob/living/simple_animal/hostile/skeleton/angered_warden/Process_Spacemove(movement_dir)
return TRUE
Expand Down

0 comments on commit 1c3be1c

Please sign in to comment.