Removed another incompletable mission.
This commit is contained in:
parent
a96b17cd69
commit
794614dd13
1 changed files with 2 additions and 2 deletions
|
@ -129,12 +129,12 @@ public class MissionTracker : Photon.PunBehaviour
|
||||||
mGuardPoints = 0;
|
mGuardPoints = 0;
|
||||||
mGuardIncorrectGuesses = 0;
|
mGuardIncorrectGuesses = 0;
|
||||||
|
|
||||||
mMissionLog["statue_swap"] = new Mission(
|
/*mMissionLog["statue_swap"] = new Mission(
|
||||||
"statue_swap",
|
"statue_swap",
|
||||||
"Replace the marked statue with a bugged replica.",
|
"Replace the marked statue with a bugged replica.",
|
||||||
"We're picking up some electromagnetic interference. " +
|
"We're picking up some electromagnetic interference. " +
|
||||||
"Enemy forces have planted listening devices somewhere on the premises!"
|
"Enemy forces have planted listening devices somewhere on the premises!"
|
||||||
);
|
);*/
|
||||||
|
|
||||||
mMissionLog["HideMessage"] = new Mission(
|
mMissionLog["HideMessage"] = new Mission(
|
||||||
"book_message",
|
"book_message",
|
||||||
|
|
Reference in a new issue