V0.2.1: Updated story messages for the sewers.

This commit is contained in:
Evan Debenham
2014-10-10 17:22:54 -04:00
parent 900cc15278
commit 850470ef27
3 changed files with 16 additions and 10 deletions
@@ -46,9 +46,10 @@ public class WndStory extends Window {
static {
CHAPTERS.put( ID_SEWERS,
"The Dungeon lies right beneath the City, its upper levels actually constitute the City's sewer system. " +
"Being nominally a part of the City, these levels are not that dangerous. No one will call it a safe place, " +
"but at least you won't need to deal with evil magic here." );
"The Dungeon lies right beneath the City, its upper levels actually constitute the City's sewer system.\n\n " +
"As dark magic has slowly seeped from below the usually harmless sewer inhabitants have become more and more " +
"dangerous. The city sends guard patrols down here regularly to try and maintain safety for those above, but " +
"they are slowly failing.\n\n This place is dangerous, but a least the dark magic at work here is relatively weak." );
CHAPTERS.put( ID_PRISON,
"Many years ago an underground prison was built here for the most dangerous criminals. At the time it seemed " +