소스 검색

[fixed] singular `'` introduced gamebreaking bug. Reported by Laxandros

anjuna krokus 3 달 전
부모
커밋
c52957a3c2
1개의 변경된 파일7개의 추가작업 그리고 1개의 파일을 삭제
  1. 7 1
      locations/npcstatic6.qsrc

+ 7 - 1
locations/npcstatic6.qsrc

@@ -543,7 +543,7 @@ gs 'npcstaticdefaults', 'skills', 'dance', 'sport'
 gs 'npcstaticdefaults', 'body', 'model'
 
 npctemp = 275
-!! Kima Agapova - The dance critic and fanatical to become a dancer, no matter the cost. Keeps a 'black book' of contacts and information. Arguably the best dancer in the school alongside Maya. She will try and gather information on Sveta's activities.
+!! Kima Agapova - The dance critic and fanatical to become a dancer, no matter the cost. Keeps a 'black book' of contacts and information. Arguably the best dancer in the school alongside Maya. She will try and gather information on Sveta''s activities.
 !! will try and blackmail Sveta into either giving up if she learns she has dirty secrets such as prostitution, slut rep, etc or passing the information to Rudolph to destroy her career and remove her as competition.
 $npc_firstname['A<<npctemp>>'] = 'Kima'
 $npc_nickname['A<<npctemp>>'] = 'Kima'
@@ -662,6 +662,7 @@ $npc_nickname['A<<npctemp>>'] = ''
 $npc_lastname['A<<npctemp>>'] = 'Ananiashvili'
 $npc_img_path['A<<npctemp>>'] = 'images/characters/ballet'
 gs 'npcstaticdefaults', 'defaults'
+
 !! class teacher/pianist: Sofia Solovyova
 npctemp = 285
 $npc_firstname['A<<npctemp>>'] = 'Sofia'
@@ -669,6 +670,7 @@ $npc_nickname['A<<npctemp>>'] = 'Sofia'
 $npc_lastname['A<<npctemp>>'] = 'Solovyova'
 $npc_img_path['A<<npctemp>>'] = 'images/characters/ballet'
 gs 'npcstaticdefaults', 'defaults'
+
 !! Residential Warden: Bronya Volkova and former violinist. Strict but fair. Has two daughters, with Nikita, the youngest, training to be a ballet dancer and her eldest in Germany training to be a surgeon.
 npctemp = 286
 $npc_firstname['A<<npctemp>>'] = 'Bronya'
@@ -678,6 +680,7 @@ $npc_usedname['A<<npctemp>>'] = 'Bronya'
 gs 'npcstaticdefaults', 'defaults'
 $npc_img_path['A<<npctemp>>'] = 'images/characters/ballet'
 gs 'npcstaticdefaults', 'defaults'
+
 !! reserved for future content
 !! NPC temp: 287 - Physio - Pelageya Makarova
 
@@ -686,6 +689,9 @@ gs 'npcstaticdefaults', 'defaults'
 !! NPC temp: 288 Staff Physio -  Syuzanna Zakharova / Klavdii Frolov (Klavdii is a pun)
 !! NPC temp: 289 Mistress of Ballet - Zarya Popova
 
+
+
 !! {Keep this at the end of file of the npcstatics.}
 aarraynumber = npctemp
+
 --- npcstatic6 ---------------------------------