more various tweaks to held items and chests in order to make carrying chests fun

This commit is contained in:
derek
2025-03-04 17:02:52 -06:00
parent e84aea9ef7
commit 5d989470a6
20 changed files with 111 additions and 106 deletions

View File

@@ -204,7 +204,7 @@ func drop_loot(number_of_drops):
#pickup drop
while number_of_drops > 0:
var pickup_spawn = level_control.item_pickup.instantiate()
var pickup_spawn = level_control.ITEM_PICKUP.instantiate()
var item_stats = level_control.pickup_spawn(false)
##SET VARIABLES