Browse Source

[changed] some tiny layout changes in city_residential, tatiana_lab, and telefon

anjuna krokus 5 months ago
parent
commit
bfb0a24179
3 changed files with 4 additions and 4 deletions
  1. 1 1
      locations/city_residential.qsrc
  2. 2 2
      locations/tatiana_lab.qsrc
  3. 1 1
      locations/telefon.qsrc

+ 1 - 1
locations/city_residential.qsrc

@@ -150,7 +150,7 @@ if hour >= 8 and hour <= 15 and week < 6:
 else	
 	'Near the market is a tailor shop where you can get your clothes resized if needed. '+iif(week < 6, 'It closes at 16:00.', 'It''s closed on weekends.')
 end
-if hour >= 11 and hour < 12 and week > 1 and week < 7 and workKafe['job'] = 1:
+if hour = 11 and week > 1 and week < 7 and workKafe['job'] = 1:
 	'The side door of <a href="exec: minut += 1 & gt ''city_kafe'', ''work''">The Roadhouse</a> diner is open, allowing you to enter and start your shift.'
 elseif hour >= 12 and hour <= 20 and week ! 1:
 	'You can hear some <a href="exec: minut += 1 & gt ''gopnew'', ''start''">gopniks</a> laughing and swearing in a side alley next to <a href="exec: minut += 1 & gt ''city_kafe'', ''start''">The Roadhouse</a> diner.'

+ 2 - 2
locations/tatiana_lab.qsrc

@@ -162,8 +162,8 @@ end
 if $ARGS[0] = 'ListBuilder':
 	! Builds a list of Attributes to be able to change
 	!  $ARGS[1] = Name of the attribute
-	!  $ARGS[2] = Mana cost of the change
-	!  $ARGS[3] = Time the change will take
+	!   ARGS[2] = Mana cost of the change
+	!   ARGS[3] = Time the change will take
 	!  $ARGS[4] = Array name of change value display string
 	!  $ARGS[5] = Array name of value to change attribute to, 'i' means, just use array position
 	!  $ARGS[6] = variable name of attribute to change

+ 1 - 1
locations/telefon.qsrc

@@ -1918,7 +1918,7 @@ $telefon['contactsms'] = {
 !! List of SMS messages available to be sent to an NPC
 !! $ARGS[1] = NPC code for the contact we want to display messages for
 if $ARGS[0] = 'npcSendListSms':
-	$telefon['backButton'] = 'gs ''telefon'', ''send_sms'''
+	$telefon['backButton'] = 'gs ''telefon'', ''send_sms'' '
 	$telefon['body'] = '
 	<font size=6>Send SMS</font><br>
 	<img src="images/system/phone/theme/<<$phonetheme_name[pcs_phonetheme]>>/<<iif(telefon[''UnreadSMS'']=0,''icon_sms.png'',''icon_sms_new.gif'')>>" height="80" width="80"><br>'