Wanted List v1 148
lvl: 5
|
ID: 144
Author: Lapsus
Rarity: uncommon
Status: Approved
|
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
|
Description:
Latest Upload Comment: