diff --git a/modular_doppler/modular_mobs/simple_animal/megafauna/wendigo.dm b/modular_doppler/modular_mobs/simple_animal/megafauna/wendigo.dm new file mode 100644 index 0000000000000..4a54bdd2e1c04 --- /dev/null +++ b/modular_doppler/modular_mobs/simple_animal/megafauna/wendigo.dm @@ -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." diff --git a/tgstation.dme b/tgstation.dme index 440850f647d56..7454293f96ffa 100644 --- a/tgstation.dme +++ b/tgstation.dme @@ -6915,6 +6915,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"