MikeTaylor / scottkit

Scott Adams adventure toolkit: compile, decompile and play 80s-style adventure games
30 stars 10 forks source link

Do not test random against 100% (and so do not emit debugging output) #26

Closed MikeTaylor closed 6 years ago

MikeTaylor commented 6 years ago

Then we can avoid silly output such as:

#  here Vampire -> true
#  !carried cross -> true
#    true
#    70 < 100%
#      executing print "Vampire looks hungrily at me."
Vampire looks hungrily at me.

Where the test of 70% being <= 100% is really not necessary.