From 094f30e2281d55d500305dbbaf31ac2221614d10 Mon Sep 17 00:00:00 2001 From: SlamBamActionman <83650252+SlamBamActionman@users.noreply.github.com> Date: Sun, 3 Mar 2024 09:54:36 +0100 Subject: [PATCH] Fix arachnids being unable to clean pie stains (#25713) fixed it --- Resources/Prototypes/Entities/Mobs/Species/arachnid.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Resources/Prototypes/Entities/Mobs/Species/arachnid.yml b/Resources/Prototypes/Entities/Mobs/Species/arachnid.yml index f8543e4f6f..5404a0fd70 100644 --- a/Resources/Prototypes/Entities/Mobs/Species/arachnid.yml +++ b/Resources/Prototypes/Entities/Mobs/Species/arachnid.yml @@ -38,6 +38,10 @@ - !type:WearableReaction slot: head prototypeID: WaterDropletHat + - reagents: [Water, SpaceCleaner] + methods: [Touch] + effects: + - !type:WashCreamPieReaction # Damage (Self) - type: Bloodstream bloodReagent: CopperBlood -- 2.51.2