@@ -619,7 +619,7 @@ public class Enemy : MoveCharacter
public void DropSouls()
{
int dropSoulNum = Random.Range(dropSoulMin, dropSoulMax + 1);
- if (dropSoulNum > 1)
+ if (dropSoulNum >= 1)
for (int i = 0; i < dropSoulNum; i++)