feat: prioritize internet dragons
This commit is contained in:
parent
117d23dc4e
commit
8a3f22de9b
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ func _instantiate_random_dragon():
|
|||
return
|
||||
|
||||
var r = rng.randi_range(0, 99)
|
||||
if r < 30:
|
||||
if r >= 30:
|
||||
_instantiate_dragon_from_internet(spot)
|
||||
else:
|
||||
_instantiate_dragon_from_library(spot)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue