Differences From Artifact [43bf528964]:
- File mods/starlit/user.lua — part of check-in [a810a756ce] at 2024-05-01 13:46:45 on branch trunk — cleanups, fixes, begin canister rework, begin ecology (user: lexi, size: 27128) [annotate] [blame] [check-ins using]
To Artifact [a0e5424f99]:
- File mods/starlit/user.lua — part of check-in [0e67c606c9] at 2024-05-01 16:25:38 on branch trunk — fixes, sounds; add license info (user: lexi, size: 27088) [annotate] [blame] [check-ins using]
743 743 end; 744 744 745 745 canInteract = function(self, with) 746 746 return true; -- TODO 747 747 end; 748 748 749 749 trigger = function(self, which, how) 750 - --print('trigger', which, dump(how)) 751 750 local p 752 751 local wld = self.entity:get_wielded_item() 753 752 if which == 'maneuver' then 754 753 p = self.power.maneuver 755 754 elseif which == 'retarget' then 756 755 self.action.prog = {} 757 756 elseif wld and not wld:is_empty() then