Sfoglia il codice sorgente

[fixed] Tapestry options using $curloc causing blank screen issues

Kevin_Smarts 1 anno fa
parent
commit
8e4d60b28d

+ 2 - 2
locations/bedrPar.qsrc

@@ -244,7 +244,7 @@ if $ARGS[0] = '' or $ARGS[0] = 'start':
 								gs'stat'
 								'You spend 15 minutes at the embroidery frame, preparing the fabric and outlining the pattern for the tapestry.'
 
-								act'Set the tapestry aside':gt $curloc
+								act'Set the tapestry aside':gt 'bedrPar', 'start'
 							end
 						end
 					end
@@ -266,7 +266,7 @@ if $ARGS[0] = '' or $ARGS[0] = 'start':
 							gobelen += 1
 							'Your work on the tapestry is done.'
 						end
-						act'Set the tapestry aside':gt $curloc
+						act'Set the tapestry aside':gt 'bedrPar', 'start'
 					end
 				end
 				if gobelen > 0: 'You have <<gobelen>> completed tapestries.'

+ 2 - 2
locations/city_house_res_misc.qsrc

@@ -183,7 +183,7 @@ if $ARGS[0] = 'livroom':
 						minut += 15
 						gs'stat'
 						'You spend 15 minutes at the embroidery frame, preparing the fabric and outlining the pattern for the tapestry.'
-						act'Set the tapestry aside':gt $curloc
+						act'Set the tapestry aside':gt 'city_house_res_misc', 'livroom'
 					end
 				end
 			end
@@ -205,7 +205,7 @@ if $ARGS[0] = 'livroom':
 					gobelen += 1
 					'Your work on the tapestry is done.'
 				end
-				act'Set the tapestry aside':gt $curloc
+				act'Set the tapestry aside':gt 'city_house_res_misc', 'livroom'
 			end
 		end
 	end

+ 2 - 2
locations/city_mansion_residence_2.qsrc

@@ -82,7 +82,7 @@ if $ARGS[0] = 'ylounge':
 							gs'stat'
 							'You spend 15 minutes at the embroidery frame, preparing the fabric and outlining the pattern for the tapestry.'
 
-							act'Set the tapestry aside':gt $curloc
+							act'Set the tapestry aside':gt 'city_mansion_residence_2', 'ylounge'
 						end
 					end
 				end
@@ -104,7 +104,7 @@ if $ARGS[0] = 'ylounge':
 						gobelen += 1
 						'Your work on the tapestry is done.'
 					end
-					act'Set the tapestry aside':gt $curloc
+					act'Set the tapestry aside':gt 'city_mansion_residence_2', 'ylounge'
 				end
 			end
 		end