diff --git a/code/modules/mob/dead/observer/observer.dm b/code/modules/mob/dead/observer/observer.dm index 1928e8ea5d..cfdf5b864a 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,27 @@ 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", + "Space Bear" = "bear", "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", + "Carp" = "carp", "Red Robes" = "robe_red", "Faithless" = "faithless", "Shadowform" = "forgotten", - "Black Cat" = "blackcat", "Dark Ethereal" = "bloodguardian", "Holy Ethereal" = "lightguardian", "Red Elemental" = "magicRed", @@ -69,8 +84,6 @@ var/global/list/image/ghost_sightless_images = list() //this is a list of images "Guard Spider" = "guard", "Hunter Spider" = "hunter", "Nurse Spider" = "nurse", - "Carp" = "carp", - "Space Bear" = "bear", "Rogue Drone" = "drone", "ED-209" = "ed209", "Beepsky" = "secbot" diff --git a/html/changelogs/Atermonera - Ghostsprites.yml b/html/changelogs/Atermonera - Ghostsprites.yml new file mode 100644 index 0000000000..b825ea2354 --- /dev/null +++ b/html/changelogs/Atermonera - Ghostsprites.yml @@ -0,0 +1,36 @@ +################################ +# Example Changelog File +# +# Note: This file, and files beginning with ".", and files that don't end in ".yml" will not be read. If you change this file, you will look really dumb. +# +# Your changelog will be merged with a master changelog. (New stuff added only, and only on the date entry for the day it was merged.) +# When it is, any changes listed below will disappear. +# +# Valid Prefixes: +# bugfix +# wip (For works in progress) +# tweak +# soundadd +# sounddel +# rscadd (general adding of nice things) +# rscdel (general deleting of nice things) +# imageadd +# imagedel +# maptweak +# spellcheck (typo fixes) +# experiment +################################# + +# Your name. +author: LorenLuke + +# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again. +delete-after: True + +# Any changes you've made. See valid prefix list above. +# INDENT WITH TWO SPACES. NOT TABS. SPACES. +# SCREW THIS UP AND IT WON'T WORK. +# Also, all entries are changed into a single [] after a master changelog generation. Just remove the brackets when you add new entries. +# Please surround your changes in double quotes ("), as certain characters otherwise screws up compiling. The quotes will not show up in the changelog. +changes: + - imageadd: "Ghosts can now choose from a number of animal sprites." diff --git a/icons/mob/ghost.dmi b/icons/mob/ghost.dmi index 34dacd25a3..db84465677 100644 Binary files a/icons/mob/ghost.dmi and b/icons/mob/ghost.dmi differ