re enabled random seeds

This commit is contained in:
Nick Walton
2019-04-09 22:25:09 -06:00
parent 5435cd1618
commit 18a96b4f3c
+2 -2
View File
@@ -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 = {