37 const map_location& from,
int orig_village_owner,
bool time_bonus);
39 virtual const char*
get_type()
const {
return "recruit"; }
46 virtual bool undo(
int side);
base class for classes that clear srhoud (move/recruit/recall)
virtual bool undo(int side)
Undoes this action.
virtual const char * get_type() const
virtual ~recruit_action()
recruit_action(const unit_const_ptr recruited, const map_location &loc, const map_location &from, int orig_village_owner, bool time_bonus)
A single unit type that the player may recruit.
std::shared_ptr< const unit > unit_const_ptr
Encapsulates the map of the game.
map_location recruit_from
virtual void write(config &cfg) const
Writes this into the provided config.
A config object defines a single node in a WML file, with access to child nodes.
actions that are undoable (this does not include update_shroud and auto_shroud)