Adds various animal sprites to available ghost sprites

This commit is contained in:
Atermonera
2017-07-17 16:40:54 -07:00
parent 79d9050476
commit cd8b89d249
2 changed files with 16 additions and 3 deletions
+16 -3
View File
@@ -43,7 +43,6 @@ var/global/list/image/ghost_sightless_images = list() //this is a list of images
"Bland" = "ghost",
"Robed-B" = "ghost1",
"Robed-BAlt" = "ghost2",
"Corgi" = "corgi",
"King" = "ghostking",
"Shade" = "shade",
"Hecate" = "ghost-narsie",
@@ -53,11 +52,25 @@ var/global/list/image/ghost_sightless_images = list() //this is a list of images
"Harvester" = "harvester",
"Wraith" = "wraith",
"Viscerator" = "viscerator",
"Corgi" = "corgi",
"Tamaskan" = "tamaskan",
"Black Cat" = "blackcat",
"Lizard" = "lizard",
"Goat" = "goat",
"Bats" = "bat",
"Chicken" = "chicken_white",
"Parrot"= "parrot_fly",
"Goose" = "goose",
"Penguin" = "penguin",
"Brown Crab" = "crab",
"Gray Crab" = "evilcrab",
"Trout" = "trout-swim",
"Salmon" = "salmon-swim",
"Pike" = "pike-swim",
"Koi" = "koi-swim"
"Red Robes" = "robe_red",
"Faithless" = "faithless",
"Shadowform" = "forgotten",
"Black Cat" = "blackcat",
"Dark Ethereal" = "bloodguardian",
"Holy Ethereal" = "lightguardian",
"Red Elemental" = "magicRed",
@@ -73,7 +86,7 @@ var/global/list/image/ghost_sightless_images = list() //this is a list of images
"Space Bear" = "bear",
"Rogue Drone" = "drone",
"ED-209" = "ed209",
"Beepsky" = "secbot"
"Beepsky" = "secbot",
)
/mob/observer/dead/New(mob/body)