mirror of
https://github.com/wassname/Clover-Edition.git
synced 2026-09-09 11:13:26 +08:00
re enabled random seeds
This commit is contained in:
+2
-2
@@ -12,8 +12,8 @@ var action_list = ["You attack", "You tell", "You use", "You go"]
|
||||
var prompt_num = 0
|
||||
var seed_max = 100
|
||||
var seed_min = 0
|
||||
//var seed = Math.floor(Math.random() * (+seed_max - +seed_min)) + +seed_min;
|
||||
var seed = 108
|
||||
var seed = Math.floor(Math.random() * (+seed_max - +seed_min)) + +seed_min;
|
||||
//var seed = 108
|
||||
console.log("Seed is ", seed)
|
||||
|
||||
var StoryTracker = {
|
||||
|
||||
Reference in New Issue
Block a user