This commit is contained in:
2022-05-21 00:39:58 -04:00
parent f03a48b0a6
commit b950cc3cff
5 changed files with 173 additions and 124 deletions

View File

@@ -17,7 +17,8 @@ function login.cb_seedprng(actor,place,dialog)
function login.cb_becomeplayer(actor, place, dialog)
actor.kind='P'
actor.Count={} setmetatable(actor.Count,NilIsZero)
actor.Food={} setmetatable(actor.Food,NilIsZero)
actor.food={} setmetatable(actor.food,NilIsZero)
actor.spectra={} setmetatable(actor.spectra,NilIsZero)
actor.stack={}
tangible.setclass(actor, player)
tangible.animate(actor,{action="warp",plane="main",x=0,y=0,z=0})