Class IncreaseKarmaAction

java.lang.Object
games.stendhal.server.entity.npc.action.IncreaseKarmaAction
All Implemented Interfaces:
ChatAction, PostTransitionAction

@Dev(category=STATS, label="Karma+") public class IncreaseKarmaAction extends Object implements ChatAction
Increases the karma of the current player.
  • Constructor Details

    • IncreaseKarmaAction

      public IncreaseKarmaAction(double karmaDiff)
      Creates a new IncreaseKarmaAction.
      Parameters:
      karmaDiff - amount of karma to add
  • Method Details