Class ProvideArrowsAction

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

public class ProvideArrowsAction extends Object implements ChatAction
provide special CTF arrows (fumble and slowdown) to a player 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

    • ProvideArrowsAction

      public ProvideArrowsAction()
  • Method Details