diff options
author | Joel Kronqvist <joel.kronqvist@iki.fi> | 2024-11-17 14:31:45 +0200 |
---|---|---|
committer | Joel Kronqvist <joel.kronqvist@iki.fi> | 2024-11-17 14:31:45 +0200 |
commit | a6b0330c845d4edad87c7059bac56e194a276c6f (patch) | |
tree | 912a897b01a9eec59c552752e053255cf2a041ff /src/scalevalapokalypsi/Model/Adventure.scala | |
parent | 5060c66738898913ca880d83b0fdcd5be2e0b59d (diff) | |
download | scalevalapokalypsi-a6b0330c845d4edad87c7059bac56e194a276c6f.tar.gz scalevalapokalypsi-a6b0330c845d4edad87c7059bac56e194a276c6f.zip |
UTF-8 support & fixed hard coded 'Alice'
Diffstat (limited to 'src/scalevalapokalypsi/Model/Adventure.scala')
-rw-r--r-- | src/scalevalapokalypsi/Model/Adventure.scala | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/scalevalapokalypsi/Model/Adventure.scala b/src/scalevalapokalypsi/Model/Adventure.scala index e751280..9d07ba6 100644 --- a/src/scalevalapokalypsi/Model/Adventure.scala +++ b/src/scalevalapokalypsi/Model/Adventure.scala @@ -31,10 +31,9 @@ class Adventure(val playerNames: Vector[String]): clearing.addItem(Item("battery", "It's a small battery cell. Looks new.")) southForest.addItem(Item( - "remote", - "It's the remote control for your TV.\n" + - "What it was doing in the forest, you have no idea.\n" + - "Problem is, there's no battery." + "laulukäärö", + "Jukranpujut, löysit laulukäärön!\n" + + "Et vielä voi tehdä sillä mitään, koska et edes osaa laula." )) val players: Map[String, Player] = Map() |