fixes
This commit is contained in:
parent
9a7f825928
commit
83627f7fb2
@ -241,6 +241,7 @@ function petz.set_initial_properties(self, staticdata, dtime_s)
|
||||
self.tamed = mobkit.remember(self, "tamed", false)
|
||||
self.owner = mobkit.remember(self, "owner", nil)
|
||||
self.fed = mobkit.remember(self, "fed", true)
|
||||
--self.brushed = mobkit.remember(self, "brushed", true)
|
||||
self.food_count = mobkit.remember(self, "food_count", 0)
|
||||
self.was_killed_by_player = mobkit.remember(self, "was_killed_by_player", false)
|
||||
self.dreamcatcher = mobkit.remember(self, "dreamcatcher", false)
|
||||
|
BIN
petz/models/petz_lamb.blend1
Normal file
BIN
petz/models/petz_lamb.blend1
Normal file
Binary file not shown.
BIN
petz/nodeboxes/petz_lamb.vsd
Normal file
BIN
petz/nodeboxes/petz_lamb.vsd
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user