Browse Source

[fixes] Virginity loss variable fixes from Drugas
[text edit] Stat messages now in proper English

KevinSmarts 4 years ago
parent
commit
74509f9e32
2 changed files with 7 additions and 7 deletions
  1. 3 3
      locations/npcstatic1.qsrc
  2. 4 4
      locations/stat_display.qsrc

+ 3 - 3
locations/npcstatic1.qsrc

@@ -732,8 +732,8 @@ else
 end
 npc_cyc['A<<npctemp>>'] = rand(0,29)
 npc_fert['A<<npctemp>>'] = 1
-$npc_firstpart['A<<npctemp>>'] = 'A68'
-$npc_lastpart['A<<npctemp>>'] = 'A68'
+$npc_firstpart['A<<npctemp>>'] = 'A69'
+$npc_lastpart['A<<npctemp>>'] = 'A69'
 $npc_kidpater['A<<npctemp>>'] = 'N'
 npc_gender['A<<npctemp>>'] = 1
 $npc_thdick['A<<npctemp>>'] = 'clitoris'
@@ -907,7 +907,7 @@ $npc_notes['A<<npctemp>>'] = 'Albina Barlovskaya comes from a wealthy family. Sh
 npc_dob['A<<npctemp>>'] = 19990502
 npc_cyc['A<<npctemp>>'] = rand(0,29)
 npc_fert['A<<npctemp>>'] = 1
-$npc_firstpart['A<<npctemp>>'] = 'A117'
+$npc_firstpart['A<<npctemp>>'] = 'A118'
 $npc_lastpart['A<<npctemp>>'] = 'U'
 $npc_kidpater['A<<npctemp>>'] = 'N'
 npc_gender['A<<npctemp>>'] = 1

+ 4 - 4
locations/stat_display.qsrc

@@ -172,13 +172,13 @@ end
 if body_write > 1 and face_write = 0:
 	$stat_writing_msg = 'Your body is inscribed with derogatory graffiti.'
 elseif body_write = 1 and face_write = 0:
-	$stat_writing_msg = 'Your body is an obscene sign.'
+	$stat_writing_msg = 'Your body has an obscene message written on it.'
 elseif body_write = 0 and face_write > 1:
-	$stat_writing_msg = 'Your face is covered with writing obscene epithets.'
+	$stat_writing_msg = 'Your face is covered in obscene writing.'
 elseif body_write = 0 and face_write = 1:
-	$stat_writing_msg = 'On your face humiliating label.'
+	$stat_writing_msg = 'Your face has a humiliating label written on it.'
 elseif body_write > 1 and face_write > 1:
-	$stat_writing_msg = 'Your body and face painted with obscene graffiti.'
+	$stat_writing_msg = 'Your body and face are covered in obscene graffiti.'
 else
 	$stat_writing_msg = ''
 end