From 97bca2393ad611ddad66b1c2acd431e0a1e16ebf Mon Sep 17 00:00:00 2001 From: Athena148 <140056159+Athena148@users.noreply.github.com> Date: Sat, 16 Nov 2024 12:42:57 -0500 Subject: [PATCH] oopsies --- code/game/content/factions/fey_forest/fey_fauna.dm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/game/content/factions/fey_forest/fey_fauna.dm b/code/game/content/factions/fey_forest/fey_fauna.dm index 7ef492ad3fe..890f19b90a1 100644 --- a/code/game/content/factions/fey_forest/fey_fauna.dm +++ b/code/game/content/factions/fey_forest/fey_fauna.dm @@ -3,6 +3,7 @@ icon = 'code/game/content/factions/fey_forest/fey_forest.dmi/fey_fauna.dmi' desc = "A spider-like creature that moves on an excessive amount of legs. Its flesh constantly crawls and shifts erratically, like its body can't decide on what form it wants." icon_living = "ambusher" + icon_state = "ambusher" maxHealth = 150 health = 150 movement_cooldown = 3 @@ -17,6 +18,7 @@ icon = 'code/game/content/factions/fey_forest/fey_forest.dmi/fey_fauna.dmi' desc = "You can't quite tell what this is, considering the fact it looks more like a mouth with legs sloppily strapped onto it... Its flesh constantly shifts and wriggles around erratically. Ew." icon_living = "wriggler" + icon_state = "wriggler" maxHealth = 150 health = 150 movement_cooldown = 3 @@ -31,6 +33,7 @@ icon = 'code/game/content/factions/fey_forest/fey_forest.dmi/fey_fauna.dmi' desc = "Its skin looks... Translucent, yet its flesh crawls around like it wants to leave its body." icon_living = "chameleon" + icon_state = "chameleon" maxHealth = 100 health = 100 alpha = 150