From f334fbe3a2f4a38b7184e8f0032a6f4625d64575 Mon Sep 17 00:00:00 2001 From: Atermonera Date: Mon, 17 Jul 2017 17:02:02 -0700 Subject: [PATCH] Fucking commas --- code/modules/mob/dead/observer/observer.dm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/code/modules/mob/dead/observer/observer.dm b/code/modules/mob/dead/observer/observer.dm index 87f68d8049e..454f6741716 100644 --- a/code/modules/mob/dead/observer/observer.dm +++ b/code/modules/mob/dead/observer/observer.dm @@ -57,6 +57,7 @@ var/global/list/image/ghost_sightless_images = list() //this is a list of images "Black Cat" = "blackcat", "Lizard" = "lizard", "Goat" = "goat", + "Space Bear" = "bear", "Bats" = "bat", "Chicken" = "chicken_white", "Parrot"= "parrot_fly", @@ -67,7 +68,8 @@ var/global/list/image/ghost_sightless_images = list() //this is a list of images "Trout" = "trout-swim", "Salmon" = "salmon-swim", "Pike" = "pike-swim", - "Koi" = "koi-swim" + "Koi" = "koi-swim", + "Carp" = "carp", "Red Robes" = "robe_red", "Faithless" = "faithless", "Shadowform" = "forgotten", @@ -82,11 +84,9 @@ 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", + "Beepsky" = "secbot" ) /mob/observer/dead/New(mob/body)