Exemplo n.º 1
0
    private void NegballHit(Hydraball ball)
    {
        /*if (!manager.hydraHit1.isSet ()) {
         *      manager.hydraHit1.setFlag ();
         * } else if (!manager.hydraHit2.isSet ()) {
         *      manager.hydraHit2.setFlag();
         * }
         * int thought = ball.thought;
         * if (Input.GetKey(this.scrollUsed[thought])){
         *      hydra.DecrementHits(thought);
         * }*/
        actionQ.Enqueue(new PrintAction("Press 1: 'That was smart of you to use apples to appease the cyclops!'  " +
                                        "Press 2: 'The townspeople told me they are extremely grateful for all your help! They really like you!'", 100));

        hydra.DecrementHits(1);
    }