Browse Source

[fixed] downtown nightclub closed when it should be open.

3xpurt 4 years ago
parent
commit
021464957b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      locations/down.qsrc

+ 1 - 1
locations/down.qsrc

@@ -152,7 +152,7 @@ else
 end
 'A few buildings away is <<$desc_txt1>> and <<$desc_txt2>>, a place for cheap fast food. For a more lavish dining experience, <<$desc_txt3>> is available.'
 *nl
-if week >= 4 and hour >= 18:
+if week >= 4 and (hour >= 18 or hour <= 3):
 	$desc_txt3 = '<a href="exec:gt ''club'', ''start''">the nightclub</a>'
 else
 	$desc_txt3 = '<a href="exec:msg ''The nightclub is closed and will open from Friday to Sunday at 18:00''">The nightclub</a>'