Wanted List v1
148
lvl: 5

ID:

144

Author:

Lapsus

Rarity:

uncommon

Status:

Approved

Description:

Helps the carrier make extra coin from kills.

Latest Upload Comment:

Restored from 1.10
Headhunt
Gives 2 additional gold for every creep the carrier kills.
Download

Toggle Triggers

On Kill

goldcost: 148
function onKill takes Item itm returns nothing
local Tower tower = itm.getCarrier()

 call itm.getCarrier().getOwner().giveGold( 2,tower.getUnit(), true, true)
  
endfunction