Browse Source

Wrong char name for her home

KevinSmarts 6 years ago
parent
commit
5317276956
1 changed files with 2 additions and 2 deletions
  1. 2 2
      locations/street

+ 2 - 2
locations/street

@@ -102,13 +102,13 @@ gs 'taxi'
 
 if hour >= 8 and hour <= 22:'You can see the <a href="exec:gt ''kiosk'', ''start''">kiosk</a> selling cigarettes and magazines.'
 if Enable_tablemap = 0:
-	if katkey = 1:'<a href="exec:gt ''katspalnya'', ''start''">Katies</a> apartment'
+	if katkey = 1:'<a href="exec:gt ''katspalnya'', ''start''">Kats</a> apartment'
 	if IrinaQW >= 1:'<a href="exec:gt ''IrinaRoom'', ''start''">Irenes</a> apartment is not far away from yours.'
 	if hour >= 16 and hour < 22 and dimaQW > 0:'<a href="exec:gt ''dima'', ''start''">Dimas</a> apartment'
 	if klofQW >= 2:'<a href="exec:gt ''klofdomhouse'', ''start''">Joras</a> apartment'
 else
 	st_count=0 & $show_table=''
-	if katkey = 1:gs'show_table','<a href="exec:gt ''katspalnya'', ''start''">Katies</a> apartment','3'
+	if katkey = 1:gs'show_table','<a href="exec:gt ''katspalnya'', ''start''">Kats</a> apartment','3'
 	if IrinaQW >= 1:gs'show_table','<a href="exec:gt ''IrinaRoom'', ''start''">Irenes</a> apartment is not far away from yours.','3'
 	if hour >= 16 and hour < 22 and dimaQW > 0:gs'show_table','<a href="exec:gt ''dima'', ''start''">Dimas</a> apartment','3'
 	if klofQW >= 2:gs'show_table','<a href="exec:gt ''klofdomhouse'', ''start''">Joras</a> apartment','3'