Allow slime to eat creatures

This commit is contained in:
2026-04-15 23:40:04 +01:00
parent 9710bb5c83
commit a8b79a59c7
4 changed files with 271 additions and 230 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ data CrHP
| CrIsCorpse SPic
| CrDestroyed CrDestructionType
data CrDestructionType = Gibbed | Pitted
data CrDestructionType = Gibbed | Pitted | Swallowed
data DeathType = CookDeath | PoisonDeath | PlainDeath | GibsDeath