Class ProvideCTFFlagsAction

java.lang.Object
games.stendhal.server.maps.quests.captureflag.ProvideCTFFlagsAction
All Implemented Interfaces:
ChatAction, PostTransitionAction

public class ProvideCTFFlagsAction extends Object implements ChatAction
throw two flags on the ground after a player has requested them NOTE: i thought this should be separate, because we could check that player is able to have a flag (playing, ...). but it's too late for that check by the time this is fired ... so i probably need to implement some predicate/condition
Author:
sjtsp
  • Constructor Details

    • ProvideCTFFlagsAction

      public ProvideCTFFlagsAction()
  • Method Details