diff options
| author | fusion32 <marcopuzziello@gmail.com> | 2025-06-04 12:02:51 -0300 |
|---|---|---|
| committer | fusion32 <marcopuzziello@gmail.com> | 2025-06-04 12:02:51 -0300 |
| commit | 2c91caa1dd4ea53dfeb63751d04170d9a9a61474 (patch) | |
| tree | cf04b3805ba901c3cb8787095008e3429db63d29 /src/creature.hh | |
| parent | f898f3bb674b8d7d28ebf170769a78485f2464cf (diff) | |
| download | game-2c91caa1dd4ea53dfeb63751d04170d9a9a61474.tar.gz game-2c91caa1dd4ea53dfeb63751d04170d9a9a61474.zip | |
finish most spells
Diffstat (limited to 'src/creature.hh')
| -rw-r--r-- | src/creature.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/creature.hh b/src/creature.hh index 96367ff..cfa0293 100644 --- a/src/creature.hh +++ b/src/creature.hh @@ -76,6 +76,7 @@ struct TCreature: TSkillBase { TCreature(void); void Attack(void); int Damage(TCreature *Attacker, int Damage, int DamageType); + void StartLogout(bool Force, bool StopFight); void BlockLogout(int Delay, bool BlockProtectionZone); void ToDoGo(int DestX, int DestY, int DestZ, bool Dest, int MaxSteps); |
