Home
last modified time | relevance | path

Searched refs:doEffects (Results 1 – 25 of 25) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Douch.cc113 if (doEffects) in check_your_resists()
120 if (!hurted && doEffects) in check_your_resists()
126 if (hurted < original && doEffects) in check_your_resists()
137 if (hurted < original && doEffects) in check_your_resists()
151 if (hurted < original && doEffects) in check_your_resists()
165 if (hurted < original && doEffects) in check_your_resists()
172 if (doEffects) in check_your_resists()
200 if (doEffects) in check_your_resists()
214 if (hurted < original && doEffects) in check_your_resists()
221 if (doEffects) in check_your_resists()
[all …]
H A Douch.h23 bolt *beam = 0, bool doEffects = true);
H A Dactor.h241 virtual int beam_resists(bolt &beam, int hurted, bool doEffects,
H A Dmonster.h503 int beam_resists(bolt &beam, int hurted, bool doEffects, string source = "")
H A Dplayer.h818 int beam_resists(bolt &beam, int hurted, bool doEffects, string source)
H A Dmonster.cc5666 int monster::beam_resists(bolt &beam, int hurted, bool doEffects, string /*source*/) in beam_resists() argument
5668 return mons_adjust_flavoured(this, beam, hurted, doEffects); in beam_resists()
H A Dplayer.cc7223 int player::beam_resists(bolt &beam, int hurted, bool doEffects, string source) in beam_resists() argument
7225 return check_your_resists(hurted, beam.flavour, source, &beam, doEffects); in beam_resists()
/dports/games/blobwars/blobwars-2.00/src/
H A DmapEditor.h33 extern void doEffects();
H A Dgame.h40 extern void doEffects();
H A Deffects.cpp83 void doEffects() in doEffects() function
H A DmapEditor.cpp513 doEffects(); in main()
H A Dgame.cpp254 doEffects(); in doGameStuff()
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/server/entity/spell/
H A DModifyHpSpell.java49 protected void doEffects(Player caster, Entity target) { in doEffects() method in ModifyHpSpell
H A DSlowDownSpell.java27 protected void doEffects(final Player caster, final Entity target) { in doEffects() method in SlowDownSpell
H A DModifyAtkSpell.java50 protected void doEffects(Player caster, Entity target) { in doEffects() method in ModifyAtkSpell
H A DModifyDefSpell.java50 protected void doEffects(Player caster, Entity target) { in doEffects() method in ModifyDefSpell
H A DHealingSpell.java47 protected void doEffects(Player caster, Entity target) { in doEffects() method in HealingSpell
H A DAttackingSpell.java47 protected void doEffects(Player caster, Entity target) { in doEffects() method in AttackingSpell
H A DSpell.java101 doEffects(caster, target); in cast()
172 protected abstract void doEffects(Player caster, Entity target); in doEffects() method in Spell
/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/Aquaria/
H A DShot.cpp566 bool doEffects=true; in hitEntity() local
599 doEffects = false; in hitEntity()
621 if (doEffects) in hitEntity()
/dports/games/hedgewars-server/hedgewars-src-1.0.0/share/hedgewars/Data/Scripts/Multiplayer/
H A DBattalion.lua1269 function calcKingHP(doEffects)
1270 if doEffects == nil then
1271 doEffects = true
1307 if not doEffects then
1314 if doEffects then
/dports/games/hedgewars/hedgewars-src-1.0.0/share/hedgewars/Data/Scripts/Multiplayer/
H A DBattalion.lua1269 function calcKingHP(doEffects)
1270 if doEffects == nil then
1271 doEffects = true
1307 if not doEffects then
1314 if doEffects then
/dports/audio/ft2play/ft2play-5730b16/
H A Dpmp_main.c1755 static void doEffects(stmTyp *ch) // tick>0 effect handling in doEffects() function
1843 doEffects(c); in mainPlayer()
/dports/games/NBlood/NBlood-a1689a4/source/duke3d/src/
H A Dactors.cpp4219 int doEffects = 1; in G_MoveActors() local
4228 doEffects = 0; in G_MoveActors()
4233 if (doEffects == 1) in G_MoveActors()
/dports/games/NBlood/NBlood-a1689a4/source/rr/src/
H A Dactors.cpp4711 int doEffects = 1; in G_MoveActors() local
4720 doEffects = 0; in G_MoveActors()
4725 if (doEffects == 1) in G_MoveActors()