Implements freeze, poisoned, badly poisoned

This commit is contained in:
2025-05-19 15:56:27 +02:00
parent 9d2c2de17a
commit 405a21e887
5 changed files with 107 additions and 10 deletions

View File

@@ -44,6 +44,8 @@ public class Hail : Script, ILimitedTurnsScript
_duration--;
if (_duration <= 0)
RemoveSelf();
{
battle.SetWeather(null, 0);
}
}
}