Home
last modified time | relevance | path

Searched refs:sexmod (Results 1 – 2 of 2) sorted by relevance

/dports/games/gemrb/gemrb-0.9.0/gemrb/core/
H A DInterface.h485 …ble *Owner, Actor *target, const Point &position, int eamod, int level, Effect *fx, bool sexmod=1);
H A DInterface.cpp2355 …ptable *Owner, Actor *target, const Point &position, int eamod, int level, Effect *fx, bool sexmod) in SummonCreature() argument
2398 if (sexmod && tmp->BaseStats[IE_SEX] < SEX_EXTRA && tmp->BaseStats[IE_SEX] != SEX_ILLUSION) { in SummonCreature()
2407 if (limit && sexmod && map->CountSummons(flag, sex) >= limit && summoner && summoner->InParty) { in SummonCreature()