mirror of
https://github.com/badvision/lawless-legends.git
synced 2025-01-09 05:33:37 +00:00
Took out a couple debug stmts.
This commit is contained in:
parent
95e4651123
commit
a980919cf5
@ -2063,9 +2063,7 @@ def checkEncounter(x, y, force)
|
||||
d = rand16() % 1000
|
||||
if p_bestZone and (d < p_bestZone=>w_encChance or force)
|
||||
// Encounter!
|
||||
printf1("Encounter: %s\n", p_bestZone=>s_name)
|
||||
doCombat(p_bestZone=>s_name)
|
||||
puts("Encounter complete.\n")
|
||||
fin
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user