Prechádzať zdrojové kódy

[fixed] Abortion talk on wrong line so onlt showed if not first pregnancy

Kevin_Smarts 6 mesiacov pred
rodič
commit
32b63803fe
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      locations/mother.qsrc

+ 1 - 1
locations/mother.qsrc

@@ -1048,8 +1048,8 @@ if $ARGS[0] = 'pregreact':
 				act 'Go get dressed':pregTalkFamily = 1 & npc_pregtalk['A29'] = 1 & gt 'mother', 'pregreactnude'
 			end
 		end
-		if knowpreg = 1 and func('body_din','pregnancyVisibility') = 0: gs 'mother', 'abortion_talk_preg'
 	end
+	if knowpreg = 1 and func('body_din','pregnancyVisibility') = 0: gs 'mother', 'abortion_talk_preg'
 end
 
 if $ARGS[0] = 'pregreactnude':