|
@@ -202,11 +202,11 @@ end
|
|
|
'Next door is the <<$desc_txt1>> followed by a <<$desc_txt2>> and <<$desc_txt3>> and the 5-star <a href="exec: minut += 5 & gt ''hotel'', ''foyer''">Hotel Indigo</a> for your housing needs. Lastly, the local <<$desc_txt4>> and <<$desc_txt5>> can be found at the end of the road.'
|
|
|
*nl
|
|
|
if week < 6 and hour >= 7 and hour <= 17:
|
|
|
- $desc_txt6 = '<a href="exec: minut += 5 & gt ''sentence'',''start''">The Regional Courthouse</a>'
|
|
|
+ $desc_txt6 = '<a href="exec: minut += 5 & gt ''sentence'',''start''">The City Courthouse</a>'
|
|
|
elseif week < 5 and hour > 17:
|
|
|
- $desc_txt6 = '<a href="exec:msg ''The Regional Courthouse is closed and will reopen tomorrow at 7:00''">Regional Courthouse</a>'
|
|
|
+ $desc_txt6 = '<a href="exec:msg ''The City Courthouse is closed and will reopen tomorrow at 7:00''">City Courthouse</a>'
|
|
|
else
|
|
|
- $desc_txt6 = '<a href="exec:msg ''The Regional Courthouse is closed and will reopen on Monday at 7:00''">Regional Courthouse</a>'
|
|
|
+ $desc_txt6 = '<a href="exec:msg ''The City Courthouse is closed and will reopen on Monday at 7:00''">City Courthouse</a>'
|
|
|
end
|
|
|
$desc_txt7 = '<a href="exec: minut += 5 & gt ''police_station'',''start''">Main city police station</a>'
|
|
|
'Away from the shops is both <<$desc_txt6>> and the <<$desc_txt7>>.'
|