From 917c860af7986950f024ec90182dd91f998faf79 Mon Sep 17 00:00:00 2001 From: Geeves Date: Thu, 28 Jan 2021 20:45:53 +0200 Subject: [PATCH] Holocarp Sprite Fix (#11085) --- code/modules/holodeck/HolodeckObjects.dm | 6 +++--- html/changelogs/geeves-holocarp.yml | 6 ++++++ 2 files changed, 9 insertions(+), 3 deletions(-) create mode 100644 html/changelogs/geeves-holocarp.yml diff --git a/code/modules/holodeck/HolodeckObjects.dm b/code/modules/holodeck/HolodeckObjects.dm index ff89bef271b..d93b9a29ea1 100644 --- a/code/modules/holodeck/HolodeckObjects.dm +++ b/code/modules/holodeck/HolodeckObjects.dm @@ -424,9 +424,9 @@ /mob/living/simple_animal/hostile/carp/holodeck icon = 'icons/mob/AI.dmi' - icon_state = "holo4" - icon_living = "holo4" - icon_dead = "holo4" + icon_state = "carp" + icon_living = "carp" + icon_dead = "carp" alpha = 127 icon_gib = null meat_amount = 0 diff --git a/html/changelogs/geeves-holocarp.yml b/html/changelogs/geeves-holocarp.yml new file mode 100644 index 00000000000..91db99d5fec --- /dev/null +++ b/html/changelogs/geeves-holocarp.yml @@ -0,0 +1,6 @@ +author: Geeves + +delete-after: True + +changes: + - bugfix: "Holocarp are no longer invisible." \ No newline at end of file