From 7a5cb465567339f731409dc1642c5940e7d7a014 Mon Sep 17 00:00:00 2001 From: Doxxmedearly <38594443+Doxxmedearly@users.noreply.github.com> Date: Thu, 12 May 2022 13:58:52 -0400 Subject: [PATCH] Spiderbot Blood Fix (#13890) --- code/modules/mob/living/simple_animal/friendly/spiderbot.dm | 2 ++ html/changelogs/doxxmedearly-spiderdrone_blood.yml | 4 ++++ 2 files changed, 6 insertions(+) create mode 100644 html/changelogs/doxxmedearly-spiderdrone_blood.yml diff --git a/code/modules/mob/living/simple_animal/friendly/spiderbot.dm b/code/modules/mob/living/simple_animal/friendly/spiderbot.dm index 0b36c275454..ff4b84cd8b6 100644 --- a/code/modules/mob/living/simple_animal/friendly/spiderbot.dm +++ b/code/modules/mob/living/simple_animal/friendly/spiderbot.dm @@ -23,6 +23,8 @@ icon_state = "spiderbot-chassis" icon_living = "spiderbot-chassis" icon_dead = "spiderbot-smashed" + blood_color = COLOR_OIL + blood_type = COLOR_OIL wander = 0 density = 0 diff --git a/html/changelogs/doxxmedearly-spiderdrone_blood.yml b/html/changelogs/doxxmedearly-spiderdrone_blood.yml new file mode 100644 index 00000000000..1588d586da8 --- /dev/null +++ b/html/changelogs/doxxmedearly-spiderdrone_blood.yml @@ -0,0 +1,4 @@ +author: Doxxmedearly +delete-after: True +changes: + - bugfix: "Spiderbots now properly spill oil when hit, rather than bleed red."