Browse Source

[text edit] fix the npcstatic entry for the university roommate by (1) correcting a couple spelling/grammar issues in her notes and (2) updating her last name to the one that is actually used in the game ($npc_lastname['A220'] isn't used anywhere so this should be safe)

Spackled Lanturn 3 years ago
parent
commit
c5ff868d3d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      locations/npcstatic5.qsrc

+ 2 - 2
locations/npcstatic5.qsrc

@@ -331,9 +331,9 @@ npctemp = 220
 $npc_dna['A<<npctemp>>'] = '6675506212 5051737442 5740356104 9947679629 3042231652 6247569074 1233026260'
 $npc_firstname['A<<npctemp>>'] = 'Vika'
 $npc_nickname['A<<npctemp>>'] = 'Vika'
-$npc_lastname['A<<npctemp>>'] = 'Kirilov'
+$npc_lastname['A<<npctemp>>'] = 'Kirilova'
 $npc_usedname['A<<npctemp>>'] = 'Vika'
-$npc_notes['A<<npctemp>>'] = 'Vika goes to the local university. She came from a town in a truly remote part of Russia. Her familiy is poor. She pays for her studies by working in a brothel in the city center.'
+$npc_notes['A<<npctemp>>'] = 'Vika goes to the local university. She comes from a town in a truly remote part of Russia. Her family is poor. She pays for her studies by working in a brothel in the city center.'
 npc_dob['A<<npctemp>>'] = pcs_dob - 10000
 npc_gender['A<<npctemp>>'] = 1
 gs 'npcstaticdefaults', 'defaults'