specify purpose of scan system code

This commit is contained in:
mollusk 2021-12-17 21:42:45 -07:00
parent 0f14d2610b
commit 211ebe1084

View File

@ -31,6 +31,7 @@ player.turns = 1
def scan_system(): def scan_system():
#temp code for testing
roll = random.randrange(1, maxRoll) roll = random.randrange(1, maxRoll)
print(roll) print(roll)