From 2332cebba9483f413d48787ca2a52b01ed0b2f5e Mon Sep 17 00:00:00 2001 From: Meep-Eep Date: Sun, 26 Jul 2009 15:59:54 +0000 Subject: [PATCH] A few comments related to the Rosy Sphere. git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3178 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/src/sc2code/globdata.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sc2/src/sc2code/globdata.h b/sc2/src/sc2code/globdata.h index 2997b5594..efb8b2a2f 100644 --- a/sc2/src/sc2code/globdata.h +++ b/sc2/src/sc2code/globdata.h @@ -548,6 +548,9 @@ START_GAME_STATE ADD_GAME_STATE (SUN_DEVICE_UNGUARDED, 1) ADD_GAME_STATE (ROSY_SPHERE_ON_SHIP, 1) + /* The Rosy Sphere is aboard the flagship, i.e. It has been + * acquired from the Druuge, but not yet inserted in the broken + * Ultron. cf. ROSY_SPHERE */ ADD_GAME_STATE (CHMMR_HOME_VISITS, 3) ADD_GAME_STATE (CHMMR_EMERGING, 1) @@ -604,6 +607,8 @@ START_GAME_STATE ADD_GAME_STATE (DRUUGE_VISITS, 3) ADD_GAME_STATE (DRUUGE_HOME_VISITS, 3) ADD_GAME_STATE (ROSY_SPHERE, 1) + /* The play has or has had the Rosy Sphere. + * cf. ROSY_SHERE_ON_SHIP */ ADD_GAME_STATE (SCANNED_MAIDENS, 1) ADD_GAME_STATE (SCANNED_FRAGMENTS, 1) ADD_GAME_STATE (SCANNED_CASTER, 1)