Skip to content

Commit

Permalink
Merge pull request #204 from DopplerShift13/portz
Browse files Browse the repository at this point in the history
changes the name of the wendigo by request
  • Loading branch information
carpotoxin authored Nov 1, 2024
2 parents 7d472f6 + 224d484 commit 354bfc5
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
20 changes: 20 additions & 0 deletions modular_doppler/modular_mobs/simple_animal/megafauna/wendigo.dm
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
/mob/living/simple_animal/hostile/megafauna/wendigo
name = "Eikþyrnir"
desc = "This wicked creature's striking appearance has earned it the name Eikþyrnir among the Hearthkin, \
after a mythological stag that eats from Yggdrasil. They have come to associate it with death, and the passage \
to the afterlife."

/obj/projectile/colossus/wendigo_shockwave
name = "Eikþyrnir shockwave"

/obj/item/wendigo_blood
name = "bottle of Eikþyrnir's blood"

/obj/item/crusher_trophy/wendigo_horn
name = "Eikþyrnir's horn"
desc = "A gnarled horn ripped from the skull of Eikþyrnir. Suitable as a trophy for a kinetic crusher."

/obj/item/wendigo_skull
name = "Eikþyrnir's skull"
desc = "The skull of the great beast Eikþyrnir. The bare flesh of its face gives way to old edges of gnarled \
flesh."
1 change: 1 addition & 0 deletions tgstation.dme
Original file line number Diff line number Diff line change
Expand Up @@ -6966,6 +6966,7 @@
#include "modular_doppler\modular_medical\wounds\synth\blunt\secures_internals.dm"
#include "modular_doppler\modular_mob_spawn\code\mob_spawn.dm"
#include "modular_doppler\modular_mobs\simple_animal\bot\secbot_permit_overwrite.dm"
#include "modular_doppler\modular_mobs\simple_animal\megafauna\wendigo.dm"
#include "modular_doppler\modular_mood\code\mood_events\brushed.dm"
#include "modular_doppler\modular_mood\code\mood_events\dog_wag.dm"
#include "modular_doppler\modular_mood\code\mood_events\hotspring.dm"
Expand Down

0 comments on commit 354bfc5

Please sign in to comment.