v1.4.4
This commit is contained in:
commit
9c94d113d3
10260 changed files with 1237388 additions and 0 deletions
14
assets/devel/tech/summonmech/summonmech.lua
Normal file
14
assets/devel/tech/summonmech/summonmech.lua
Normal file
|
@ -0,0 +1,14 @@
|
|||
function init()
|
||||
end
|
||||
|
||||
function update(args)
|
||||
if args.moves["special1"] and not self.specialLast then
|
||||
world.sendEntityMessage(entity.id(), "unlockMech")
|
||||
world.sendEntityMessage(entity.id(), "toggleMech")
|
||||
end
|
||||
self.specialLast = args.moves["special1"]
|
||||
end
|
||||
|
||||
function uninit()
|
||||
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue