starlit  Diff

Differences From Artifact [43bf528964]:

To Artifact [a0e5424f99]:


   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