Skip to content

Commit

Permalink
its cooler now
Browse files Browse the repository at this point in the history
  • Loading branch information
kittysmooch committed Oct 31, 2024
1 parent 1cd132c commit 224d484
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions modular_doppler/modular_mobs/simple_animal/megafauna/wendigo.dm
Original file line number Diff line number Diff line change
@@ -1,17 +1,20 @@
/mob/living/simple_animal/hostile/megafauna/wendigo
name = "Bambi"
desc = "A local fauna with an evocative appearance. Its cervine features have earned it an evocative nickname."
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 = "bambi shockwave"
name = "Eikþyrnir shockwave"

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

/obj/item/crusher_trophy/wendigo_horn
name = "bambi horn"
desc = "A gnarled horn ripped from the skull of a bambi. Suitable as a trophy for a kinetic crusher."
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 = "bambi skull"
desc = "The skull of an exotic xenofauna, named for its cervine appearance."
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."

0 comments on commit 224d484

Please sign in to comment.