From 63c24e31b18b4ad9b46692f2bd8661c1a5ea8a16 Mon Sep 17 00:00:00 2001 From: Tupinambis Date: Sat, 26 Sep 2020 00:14:32 -0500 Subject: [PATCH] fixes a 5 year old hex value bug --- code/modules/mob/living/simple_animal/parrot.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/simple_animal/parrot.dm b/code/modules/mob/living/simple_animal/parrot.dm index 4bab410d66..fe9a5b5449 100644 --- a/code/modules/mob/living/simple_animal/parrot.dm +++ b/code/modules/mob/living/simple_animal/parrot.dm @@ -978,7 +978,7 @@ /mob/living/simple_animal/parrot/Poly/ghost name = "The Ghost of Poly" desc = "Doomed to squawk the Earth." - color = "#FFFFFF77" + color = "#FFFFFF" speak_chance = 20 status_flags = GODMODE incorporeal_move = INCORPOREAL_MOVE_BASIC