mirror of
https://github.com/IntQuant/noita_entangled_worlds.git
synced 2025-10-19 15:13:16 +00:00
Less meaningless logs, more checks
This commit is contained in:
parent
a9a97b75fa
commit
4d3dcd319e
5 changed files with 11 additions and 5 deletions
|
@ -73,7 +73,7 @@ function OnProjectileFired(shooter_id, projectile_id, initial_rng, position_x, p
|
|||
rng = table.remove(shooter_player_data.projectile_rng_init, 1)
|
||||
else
|
||||
-- Shouldn't happen
|
||||
GamePrint("No values in projectile_rng_init")
|
||||
-- GamePrint("No values in projectile_rng_init")
|
||||
rng = 0
|
||||
end
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue