1
0
mirror of https://codeberg.org/tenplus1/mobs_redo.git synced 2025-10-29 14:55:31 +01:00

add self.disable_falling switch for custom routines

This commit is contained in:
TenPlus1
2018-11-29 12:14:54 +00:00
parent 51ab54bcfa
commit 43026c374e
2 changed files with 2 additions and 2 deletions

View File

@@ -245,7 +245,7 @@ eating.
If false is returned, the mob will not replace the node.
By default, replacing sets self.gotten to true and resets the object
properties.
properties. (DEPRECATED, use on_replace to make changes).
Custom Definition Functions