Ver Fonte

had to monkey with the actions and gotos to get the outfits to add correctly

john melesky há 1 ano atrás
pai
commit
4d96b8190b
1 ficheiros alterados com 35 adições e 15 exclusões
  1. 35 15
      data/deep-quests.txt

+ 35 - 15
data/deep-quests.txt

@@ -332,27 +332,47 @@ mission "jm-artcrew Deep Sky bonus pay"
 			`	"Which one would you like?"`
 			choice
 				`	A Helmsman would help me avoid fights. That's for me.`
-					action
-						outfit "VO-104a Helmsman"
-					goto done
+					goto helmsman
 				`	Fights seem to always find me. A Tactical Officer would be great.`
-					action
-						outfit "VO-107d Tactical Officer"
-					goto done
+					goto tactical
 				`	It will be much easier doing sensitive work with a Security Officer.`
-					action
-						outfit "VO-119zo Security Officer"
-					goto done
+					goto security
 				`	A Science Officer would be invaluable with all the exploring I do.`
-					action
-						outfit "VO-108c Science Officer"
-					goto done
+					goto science
 				`	I need an Engineer to help me keep <ship> in the sky.`
-					action
-						outfit "VO-114n Engineer"
-					goto done
+					goto engineer
 				`	You know, I'm not sure yet. Let me get back to you.`
 					defer
+			label helmsman
+			action
+				outfit "VO-104a Helmsman"
+			`	"Discretion is the better part of valor, after all."`
+				goto done
+
+			label tactical
+			action
+				outfit "VO-107d Tactical Officer"
+			`	"If you must fight, you're better off going in with an advantage."`
+				goto done
+
+			label security
+			action
+				outfit "VO-119zo Security Officer"
+			`	She arches an eyebrow. "As long as it helps you stay out of trouble..."`
+				goto done
+
+			label science
+			action
+				outfit "VO-108c Science Officer"
+			`	"Excellent choice! I'm jealous I won't get to see it in use."`
+				goto done
+
+			label engineer
+			action
+				outfit "VO-114n Engineer"
+			`	"The better it operates, the safer a ship is."`
+				goto done
+
 			label done
 			`	She types something on a tablet. "Done! It should be waiting for you at your ship."`
 			branch goodbyefirst goodbyeformal