Added, Updated and Removed Mods; Removed Backups

This commit is contained in:
2024-04-05 05:57:24 -04:00
parent 5caee9fba5
commit 6f19f2c70f
1209 changed files with 27057 additions and 41484 deletions
@@ -0,0 +1,14 @@
AddScriptCallback("stash_on_loot")
SpawnTreasure = treasure_manager.try_spawn_treasure
function treasure_manager.try_spawn_treasure(box)
local id = box:id()
if not (treasure_manager.caches[id]) then
return
end
SendScriptCallback("stash_on_loot", box)
SpawnTreasure(box)
end