1
0
mirror of https://codeberg.org/tenplus1/mobs_redo.git synced 2025-06-28 06:30:18 +02:00

code tweak and tidy

This commit is contained in:
tenplus1
2020-07-25 10:52:29 +01:00
parent 469e35d6e0
commit cb465559a1
2 changed files with 56 additions and 88 deletions

View File

@ -344,6 +344,15 @@ Adding Mobs in World
Returns false if mob could not be added, returns mob object if spawned ok.
Removing Mob from World
-----------------------
mobs:remove(self, decrease)
Removes mob 'self' from the world and if 'decrease' is true then the mob counter
will also be decreased by one.
Spawning Mobs in World
----------------------