1
0
فهرست منبع

[fixed] saved a bunch of lines by reducing copy pasted text

hornguy6 3 هفته پیش
والد
کامیت
14a24371a5
1فایلهای تغییر یافته به همراه9 افزوده شده و 16 حذف شده
  1. 9 16
      locations/mother.qsrc

+ 9 - 16
locations/mother.qsrc

@@ -1989,23 +1989,16 @@ if $ARGS[0] = 'dildo_find':
 				'"Oh honey, you need to find the correct one for you and use that, not have lots of them laying around. What if we have guests over and they stumble across one? I would be so ashamed..."'
 				'"Don''t let them enter my room then! This is getting too awkward and I don''t want to talk about it anymore..." you reply.'
 				'"Fine, fine... I still don''t understand why you need so many of them..." she comments as she leaves the room.'
-			elseif mc_inventory['dildo_small'] = 1 or mc_inventory['dildo_normal'] = 1:
-				'"I''ll give you this at least, you picked a perfect starting dildo. The size should fit someone unexperienced..."'
-				'You quickly yank the dildo out of her hand. "I don''t want to talk with you about this! This is so awkward!" you yell as you start blushing.'
-				'"Okay, okay. Just so you know I''m not too fond of you owning a dildo, but it''s better than having you running around having sex with boys."'
-				'"<<$npc_nickname[''A29'']>>! Leave! Now!" you shout.'
-			elseif mc_inventory['dildo_big'] = 1 or mc_inventory['dildo_large'] = 1:
-				'"Isn''t this a bit too big for you? It''s... a bit bigger than I expected to find if I were ever to find something like this..."'
-				'You quickly yank the dildo out of her hand. "I don''t want to talk with you about this! This is so awkward!" you yell as you start blushing.'
-				'"Okay, okay. Just so you know I''m not too fond of you owning a dildo, but it''s better than having you running around having sex with boys."'
-				'"<<$npc_nickname[''A29'']>>! Leave! Now!" you shout.'
-			elseif mc_inventory['dildo_huge'] = 1 or mc_inventory['dildo_enormous'] = 1:
-				'<<$npc_nickname[''A29'']>> starts laughing, "Well, you certainly didn''t buy the correct. There is now way this will fit-"'
-				'You quickly yank the dildo out of her hand. "I don''t want to talk with you about this! This is so awkward!" you yell as you start blushing.'
-				'"Okay, okay. Just so you know I''m not too fond of you owning a dildo, but it''s better than having you running around having sex with boys."'
-				'"<<$npc_nickname[''A29'']>>! Leave! Now!" you shout.'
 			else
-				'"What were you thinking, <<$pcs_nickname>>?! This would ruin you forever! I forbid you from even trying using this!"'
+				if mc_inventory['dildo_small'] = 1 or mc_inventory['dildo_normal'] = 1:
+					'"I''ll give you this at least, you picked a perfect starting dildo. The size should fit someone inexperienced..."'
+				elseif mc_inventory['dildo_big'] = 1 or mc_inventory['dildo_large'] = 1:
+					'"Isn''t this a bit too big for you? It''s... a bit bigger than I expected to find if I were ever to find something like this..."'
+				elseif mc_inventory['dildo_huge'] = 1 or mc_inventory['dildo_enormous'] = 1:
+					'<<$npc_nickname[''A29'']>> starts laughing, "Well, you certainly didn''t buy the correct. There is now way this will fit-"'
+				else
+					'"What were you thinking, <<$pcs_nickname>>?! This would ruin you forever! I forbid you from even trying using this!"'
+				end
 				'You quickly yank the dildo out of her hand. "I don''t want to talk with you about this! This is so awkward!" you yell as you start blushing.'
 				'"Okay, okay. Just so you know I''m not too fond of you owning a dildo, but it''s better than having you running around having sex with boys."'
 				'"<<$npc_nickname[''A29'']>>! Leave! Now!" you shout.'