diff --git a/code/modules/mob/dead/observer/observer.dm b/code/modules/mob/dead/observer/observer.dm index 07562ad190d..87f68d8049e 100644 --- a/code/modules/mob/dead/observer/observer.dm +++ b/code/modules/mob/dead/observer/observer.dm @@ -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) diff --git a/icons/mob/ghost.dmi b/icons/mob/ghost.dmi index 34dacd25a35..db844656772 100644 Binary files a/icons/mob/ghost.dmi and b/icons/mob/ghost.dmi differ