The following has been fixed:

*Removed unnecessary options in the faction QA tool
*Fixed Empire/Remembrance Day Ceremonies.  They now work.
*Killing a player through the event tool should now work
*Removed unecessary comments from base_player script
*Fixed the badge QA tool
*Fixed the location bug in several different methods
*Fixed the Exar Kun first boss sparks to accurately choose a target
*Life Day and Love Day now work and spawn correctly
This commit is contained in:
PrisonCamp
2015-02-20 23:24:16 -08:00
parent af96886b93
commit 254ac20beb
14 changed files with 68 additions and 68 deletions
@@ -4273,7 +4273,7 @@ messageHandler openSparkHandler()
}
location selfLoc = getLocation(self);
location tesla = selfLoc;
location tesla = (location)selfLoc.clone();
tesla.x = -11.7f;
tesla.y = 11.0f;
tesla.z = -64.6f;
@@ -5908,4 +5908,4 @@ int gcwMiniTurretAddBuffHandler(obj_id self, string effectName, string subtype,
int gcwMiniTurretRemoveBuffHandler(obj_id self, string effectName, string subtype, float duration, float value, string buffName, obj_id caster)
{
return SCRIPT_CONTINUE;
}
}