Compare commits
3 Commits
294cb2c5ee
...
d119e71116
Author | SHA1 | Date | |
---|---|---|---|
d119e71116 | |||
b439246d6d | |||
ea138023c7 |
@ -86,7 +86,8 @@ label day_start:
|
||||
|
||||
# Randomisers
|
||||
random_gold = renpy.random.randint(8, 40)
|
||||
map_randomobj = renpy.random.Random()
|
||||
map_randomobj.seed()
|
||||
door_randomobj.seed()
|
||||
|
||||
# Send salary every 7th day
|
||||
if game.day % 7 == 0:
|
||||
@ -194,7 +195,8 @@ label night_start:
|
||||
|
||||
# Randomisers
|
||||
random_gold = renpy.random.randint(8, 40)
|
||||
map_randomobj = renpy.random.Random()
|
||||
map_randomobj.seed()
|
||||
door_randomobj.seed()
|
||||
|
||||
# Update map locations
|
||||
call set_all_map_locations
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user