tweaks to ai, pickup drops, and added scene image capturerer

This commit is contained in:
derek
2025-05-06 17:00:05 -05:00
parent 617c78d2e7
commit 739af6feeb
13 changed files with 136 additions and 24 deletions

View File

@@ -233,9 +233,9 @@ func pickup_spawn(randomized):
"1":
value = randi_range(int(gamemode.max_stamina * .25),gamemode.max_stamina)
"2":
value = randi_range(int(gamemode.start_health * .25),gamemode.start_health)
value = 1
"3":
var bill_denoms = [5,10,20,50,100]
var bill_denoms = [5,10,20]
value = bill_denoms.pick_random()