diff --git a/Assets/Scripts/Quest/MonsterType.cs b/Assets/Scripts/Quest/MonsterType.cs
index 5576107c0428647190ba2cd87aad970cf352a6f5..ff1d1d7f8076297b696bf38d540ce885b6eb3930 100644
--- a/Assets/Scripts/Quest/MonsterType.cs
+++ b/Assets/Scripts/Quest/MonsterType.cs
@@ -6,5 +6,6 @@ public enum MonsterType
 {
     ZOMBUNNY,
     ZOMBEAR,
-    HELLEPHANT
+    HELLEPHANT,
+    SOULEATER
 }