mirror of
https://github.com/ElCeejo/creatura.git
synced 2025-04-30 13:51:41 -04:00
Merge 683d615742
into 24f997039f
This commit is contained in:
commit
6785f25397
1 changed files with 1 additions and 1 deletions
2
api.lua
2
api.lua
|
@ -396,7 +396,7 @@ end
|
|||
function creatura.default_vitals(self)
|
||||
local pos = self.stand_pos
|
||||
local node = self.stand_node
|
||||
if not pos or node then return end
|
||||
if not pos or not node then return end
|
||||
|
||||
local max_fall = self.max_fall or 3
|
||||
local in_liquid = self.in_liquid
|
||||
|
|
Loading…
Add table
Reference in a new issue