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.
- Loading branch information
1 parent
1cd132c
commit 224d484
Showing
1 changed file
with
11 additions
and
8 deletions.
There are no files selected for viewing
19 changes: 11 additions & 8 deletions
19
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 |
---|---|---|
@@ -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." |