Home
last modified time | relevance | path

Searched defs:set_specials (Results 1 – 2 of 2) sorted by relevance

/dports/games/wesnoth/wesnoth-1.14.17/src/units/
H A Dattack_type.cpp202 const config &set_specials = cfg.child("set_specials"); in apply_modification() local
H A Dattack_type.hpp67 void set_specials(config value) { specials_ = value; } in set_specials() function in attack_type