Browse Source

[fixed] Allow wardrobe access when Mom is cleaning your room

Kevin_Smarts 1 year ago
parent
commit
1a8c1d8454
1 changed files with 5 additions and 0 deletions
  1. 5 0
      locations/bedrPar.qsrc

+ 5 - 0
locations/bedrPar.qsrc

@@ -28,6 +28,11 @@ if $ARGS[0] = '' or $ARGS[0] = 'start':
 			gt 'mother', 'plug_find'
 		else
 			'You walk into your bedroom and find your <<$npc_nickname[''A29'']>> sweeping and dusting the room, folding clothes and putting them away and making the beds.'
+			act 'Access wardrobe':
+				$loc = 'korrPar'
+				$loc_arg = ''
+				gt 'wardrobe', 'start'
+			end
 			act 'Leave': gt 'korrPar'
 		end
 	elseif ParrotQW['Level'] = 2: