tweaks to ai, pickup drops, and added scene image capturerer
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user