forked from tgstation/tgstation
-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #204 from DopplerShift13/portz
changes the name of the wendigo by request
- Loading branch information
Showing
2 changed files
with
21 additions
and
0 deletions.
There are no files selected for viewing
20 changes: 20 additions & 0 deletions
20
modular_doppler/modular_mobs/simple_animal/megafauna/wendigo.dm
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters