Update FTT

This commit is contained in:
Jackzie 2022-01-07 07:51:55 -06:00
parent 5c8cdd4019
commit 42497b76f2
No known key found for this signature in database
GPG key ID: 1E834FE36520537A
6 changed files with 55 additions and 19 deletions

View file

@ -215,10 +215,10 @@ public int ChooseClumsySlotHandler(Menu menu, MenuAction action, int param1, int
return;
}else if(slot == -1) {
for(int i = 0; i <= 4; i++) {
ThrowItemToClosestPlayer(client, i);
ThrowItemToPlayer(client, param1, i);
}
} else {
ThrowItemToClosestPlayer(client, slot);
ThrowItemToPlayer(client, param1, slot);
}
LogAction(param1, client, "\"%L\" activated troll \"Throw It all\" slot=%d for \"%L\"", param1, slot, client);
ShowActivityEx(param1, "[FTT] ", "activated troll \"Throw It All\" for %N. ", client);