Fucking commas

This commit is contained in:
Atermonera
2017-07-17 17:02:02 -07:00
committed by GitHub
parent 83b8f5be01
commit f334fbe3a2

View File

@@ -57,6 +57,7 @@ var/global/list/image/ghost_sightless_images = list() //this is a list of images
"Black Cat" = "blackcat", "Black Cat" = "blackcat",
"Lizard" = "lizard", "Lizard" = "lizard",
"Goat" = "goat", "Goat" = "goat",
"Space Bear" = "bear",
"Bats" = "bat", "Bats" = "bat",
"Chicken" = "chicken_white", "Chicken" = "chicken_white",
"Parrot"= "parrot_fly", "Parrot"= "parrot_fly",
@@ -67,7 +68,8 @@ var/global/list/image/ghost_sightless_images = list() //this is a list of images
"Trout" = "trout-swim", "Trout" = "trout-swim",
"Salmon" = "salmon-swim", "Salmon" = "salmon-swim",
"Pike" = "pike-swim", "Pike" = "pike-swim",
"Koi" = "koi-swim" "Koi" = "koi-swim",
"Carp" = "carp",
"Red Robes" = "robe_red", "Red Robes" = "robe_red",
"Faithless" = "faithless", "Faithless" = "faithless",
"Shadowform" = "forgotten", "Shadowform" = "forgotten",
@@ -82,11 +84,9 @@ var/global/list/image/ghost_sightless_images = list() //this is a list of images
"Guard Spider" = "guard", "Guard Spider" = "guard",
"Hunter Spider" = "hunter", "Hunter Spider" = "hunter",
"Nurse Spider" = "nurse", "Nurse Spider" = "nurse",
"Carp" = "carp",
"Space Bear" = "bear",
"Rogue Drone" = "drone", "Rogue Drone" = "drone",
"ED-209" = "ed209", "ED-209" = "ed209",
"Beepsky" = "secbot", "Beepsky" = "secbot"
) )
/mob/observer/dead/New(mob/body) /mob/observer/dead/New(mob/body)