From 13b7954b773f7302987751f4aee48aa4bf242f1b Mon Sep 17 00:00:00 2001 From: SatinIsle <98125273+SatinIsle@users.noreply.github.com> Date: Wed, 18 Dec 2024 10:26:18 +0000 Subject: [PATCH] Fixed scrubble resting (#16725) Fixed scrubble resting sprite being broken. --- code/modules/mob/living/simple_mob/subtypes/vore/scrubble.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/simple_mob/subtypes/vore/scrubble.dm b/code/modules/mob/living/simple_mob/subtypes/vore/scrubble.dm index 81a37437cb1..a18160887f3 100644 --- a/code/modules/mob/living/simple_mob/subtypes/vore/scrubble.dm +++ b/code/modules/mob/living/simple_mob/subtypes/vore/scrubble.dm @@ -7,7 +7,7 @@ icon_dead = "scrubble-dead" icon_living = "scrubble" icon_state = "scrubble" - icon_rest = "scrubble-rest" + icon_rest = "scrubble_rest" faction = FACTION_SCRUBBLE friendly = list("nudges", "sniffs on", "rumbles softly at", "nuzzles") response_help = "bumps"