Skip to content

Commit

Permalink
oopsies
Browse files Browse the repository at this point in the history
  • Loading branch information
Athena148 committed Nov 16, 2024
1 parent ca08ccb commit 97bca23
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions code/game/content/factions/fey_forest/fey_fauna.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 97bca23

Please sign in to comment.