Skip to content
This repository has been archived by the owner on Jan 25, 2022. It is now read-only.

Commit

Permalink
Update A_loot_remove.zs
Browse files Browse the repository at this point in the history
more easy loot removal
  • Loading branch information
wolfkidsounds committed Apr 1, 2021
1 parent 321c0fe commit 012d430
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions Client/scripts/loot/A_loot_remove.zs
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,4 @@ mods.ltt.LootTable.removeGlobalItem("avatarmod:scroll");
mods.ltt.LootTable.removeGlobalItem("avatarmod:scroll:1");
mods.ltt.LootTable.removeGlobalItem("avatarmod:scroll:2");
mods.ltt.LootTable.removeGlobalItem("avatarmod:scroll:3");
mods.ltt.LootTable.removeGlobalItem("avatarmod:scroll:4");


//customRemoval
<entity:avatarmod:firebender>.removeDrop(<avatarmod:scroll:2>);
<entity:avatarmod:firebender>.removeDrop(<avatarmod:scroll:4>);
<entity:avatarmod:firebender>.removeDrop(<avatarmod:scroll>);
mods.ltt.LootTable.removeGlobalItem("avatarmod:scroll:4");

0 comments on commit 012d430

Please sign in to comment.