bequestdecendres 0.1.2 → 0.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/bequestdecendres/version.rb +1 -1
- data/lib/bequestdecendres.rb +3 -2
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e732734c5613da338cbe7f146a080fc152c348b4b796c69a7dba525ef86bad00
|
|
4
|
+
data.tar.gz: 2aa58299740116020aa3bede3e620e40b836c47edf09c25bd9c463939eca1767
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ffbefe1774b5d62b241c74d424e90fee0ecec58fddbcfbdc414aed93bcf8d78a2b26c6cf10c8680a93ff06ea868b99e590d2000bb67cca638b0ce8f653a9258c
|
|
7
|
+
data.tar.gz: 492fd7dba3e0b3216fd01063e0771b5551028a90153173f439002c2bfe3d89df03140c9aa7d8d0e7711c6edc8cdb196bb5f3373bcefb77ed45f3c8ee38d75471
|
data/lib/bequestdecendres.rb
CHANGED
|
@@ -1531,6 +1531,7 @@ module BequestDialogueTree
|
|
|
1531
1531
|
]
|
|
1532
1532
|
|
|
1533
1533
|
context_window = [0, 1, 2, 3, 4, 5]
|
|
1534
|
+
|
|
1534
1535
|
row_options = [0, 1, 2, 3, 4, 5]
|
|
1535
1536
|
col_options = [0, 1, 2, 3, 4, 5]
|
|
1536
1537
|
arr_options = [0, 1]
|
|
@@ -1540,7 +1541,7 @@ module BequestDialogueTree
|
|
|
1540
1541
|
cur_col = col_options.sample
|
|
1541
1542
|
cur_arr = arr_options.sample
|
|
1542
1543
|
|
|
1543
|
-
@
|
|
1544
|
+
@chosen_adjective = adjectives[cur_con][cur_row][cur_col][cur_arr]
|
|
1544
1545
|
end
|
|
1545
1546
|
|
|
1546
1547
|
def self.subject
|
|
@@ -4432,7 +4433,7 @@ module BequestGauntlet
|
|
|
4432
4433
|
print "Would you like to make some gunmetal boots? << "; query = gets.chomp
|
|
4433
4434
|
|
|
4434
4435
|
if query == "make boots"
|
|
4435
|
-
print "Do you have alien gunmetal? <<"
|
|
4436
|
+
print "Do you have alien gunmetal? <<"; query2 = gets.chomp
|
|
4436
4437
|
|
|
4437
4438
|
if query == "Yes"
|
|
4438
4439
|
$alien_gunmetal = $alien_gunmetal - 1
|