@@ -36,6 +36,14 @@ | |||
font-weight: bold; | |||
} | |||
#shipquality1 { | |||
color: blue; | |||
} | |||
#shipquality2 { | |||
color: red; | |||
} | |||
#themission { | |||
float: left; | |||
} |
@@ -783,7 +783,7 @@ class Campaign: | |||
f"<div id='themission' class='firstrow'>\n" | |||
f" <span class='head'>The Mission</span>\n" | |||
f" <span id='missionloc'>\n" | |||
f" The kobolds have been sent to {self.art} {self.params.loc_desc} {self.params.location}!\n" | |||
f" The kobolds have been sent to {self.art} {self.params.loc_desc} {self.params.location}\n" | |||
f" </span><br>\n" | |||
f" <span id='missiontarget'>\n" | |||
f" in order to {mission}!\n" |