From a1e062c8b27fcf2f65d5a21fc85fbcc80abfa86f Mon Sep 17 00:00:00 2001 From: fusion32 Date: Tue, 3 Jun 2025 02:08:15 -0300 Subject: more spells --- src/stubs.hh | 1 + 1 file changed, 1 insertion(+) (limited to 'src/stubs.hh') diff --git a/src/stubs.hh b/src/stubs.hh index 7b10798..4157c61 100644 --- a/src/stubs.hh +++ b/src/stubs.hh @@ -27,6 +27,7 @@ extern void CircleShapeSpell(TCreature *Actor, int DestX, int DestY, int DestZ, extern void CleanHouseField(int x, int y, int z); extern int ComputeDamage(TCreature *Creature, int SpellNr, int Damage, int Variation); extern int CountInventoryObjects(uint32 CreatureID, ObjectType Type, uint32 Value); +extern Object CreateAtCreature(uint32 CreatureID, ObjectType Type, uint32 Value); extern void CreateField(int x, int y, int z, int FieldType, uint32 Owner, bool Peaceful); extern void CreateMonster(int Race, int x, int y, int z, int Home, uint32 Master, bool ShowEffect); extern void CreatePlayerList(bool Online); -- cgit v1.2.3