Home
last modified time | relevance | path

Searched refs:set_hero (Results 1 – 15 of 15) sorted by relevance

/dports/games/tomenet/tomenet-4.6.0/lib/scpt/
H A Ds_meta.lua80 set_hero(Ind, 0)
H A Ds_water.lua102 set_hero(Ind, randint(25) + 25 + get_level(Ind, ENTPOTION, 40))
/dports/games/tomenet/tomenet-4.6.0/src/common/
H A Dexterns.h691 extern bool set_hero(int Ind, int v);
/dports/games/tomenet/tomenet-4.6.0/src/server/
H A Dcmd6.c315 set_hero(Ind, 10 + randint(10)); /* removed stacking */ in eat_food()
356 set_hero(Ind, 20 + randint(10)); break; in eat_food()
388 set_hero(Ind, 10 + randint(10)); /* removed stacking */ in eat_food()
774 if (set_hero(Ind, randint(25) + 25)) ident = TRUE; /* removed stacking */ in quaff_potion()
5785 set_hero(Ind, damroll(5,10) + 30); /* removed stacking */
6654 set_hero(Ind, 0) |
H A Dspells.pre134 extern bool set_hero(int Ind, int v);
H A Dexterns.h1910 extern bool set_hero(int Ind, int v);
H A Ddungeon.c4352 (void)set_hero(Ind, p_ptr->hero - 1);
H A Dspells1.c9664 (void)set_hero(Ind, dam); /* removed stacking */
H A Dslash.c6314 set_hero(j, randint(5) + 15);
H A Dxtra2.c1882 bool set_hero(int Ind, int v) { in set_hero() function
/dports/games/mangband/mangband-1.5.3/src/server/
H A Dx-spell.c1560 (void)set_hero(p_ptr, p_ptr->hero + randint1(25) + 25); in cast_mage_spell()
H A Ddungeon.c1396 (void)set_hero(p_ptr, p_ptr->hero - 1); in process_player_end()
H A Duse-obj.c471 if (set_hero(p_ptr, p_ptr->hero + randint1(25) + 25)) *ident = TRUE; in quaff_potion()
H A Dexterns.h1095 extern bool set_hero(player_type *p_ptr, int v);
H A Dxtra2.c651 bool set_hero(player_type *p_ptr, int v) in set_hero() function