Skip to content

Commit

Permalink
Remove nonstandard "options" values
Browse files Browse the repository at this point in the history
probably a mix-up while writing this
  • Loading branch information
Jacky720 authored Nov 17, 2023
1 parent 12734e6 commit b08beb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data.js
Original file line number Diff line number Diff line change
Expand Up @@ -1104,7 +1104,7 @@ let flags = {
250: ["nicecream_business2", "Whether you interacted with Nice Cream Guy in Hotland.", basicBool],
251: ["killed_undyne_ex", "Whether you killed Undyne the Undying, a key point of the Genocide Route.", basicBool],
252: ["killed_glad_dummy", "Whether you killed Glad Dummy.", basicBool],
253: ["killed_snowman", "The number of times you have interacted with the Snowman on the Genocide Route. Correlates with the number of pieces taken.", "options"],
253: ["killed_snowman", "The number of times you have interacted with the Snowman on the Genocide Route. Correlates with the number of pieces taken."],
254: ["interacted_crosswords", "Whether you interacted with the crossword puzzle. Alters Sans and Papyrus's dialogue in the scene.", basicBool],
255: ["robbed_snowdin", "Whether you took the 758G from Snowdin Shop on Genocide.", basicBool],
256: ["robbed_core", "Whether you took the 5G from the alley shop on Genocide.", basicBool],
Expand Down Expand Up @@ -1154,7 +1154,7 @@ let flags = {
287: ["sms_parameters", "The number of text messages you are 'allowed' to receive from Toriel. Increments when moving between rooms until all messages are received."],
288: ["failed_defusing", "Whether you ran out of defusing time while still in battle. Slightly alters dialogue.", basicBool],
289: ["stepped_green_tile", "Whether you stepped on a green tile. Alters Mettaton's reason for fighting you.", basicBool],
290: ["papyrus_special_attack", "Whether you fought Papyrus on Genocide. Alters dialogue if he is spared.", "options"],
290: ["papyrus_special_attack", "Whether you fought Papyrus on Genocide. Alters dialogue if he is spared.", basicBool],
291: ["geno_electric_puzzle", "Whether you reached the Invisible Electricity Maze on Genocide. Affects Papyrus's phone call in the room if he is spared.", basicBool],
292: ["shrine_donation_amount", "The amount of G dognated to the Dog Shrine."],
293: ["shrine_donation_goal", "The amount of G for the next dognation level (e.g. '5 out of 70' not '65 more')."],
Expand Down

0 comments on commit b08beb2

Please sign in to comment.