This commit is contained in:
somechris 2024-11-16 15:31:38 +01:00 committed by GitHub
commit 6785f25397
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -396,7 +396,7 @@ end
function creatura.default_vitals(self) function creatura.default_vitals(self)
local pos = self.stand_pos local pos = self.stand_pos
local node = self.stand_node 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 max_fall = self.max_fall or 3
local in_liquid = self.in_liquid local in_liquid = self.in_liquid