Home
last modified time | relevance | path

Searched refs:FUEL_TORCH (Results 1 – 11 of 11) sorted by relevance

/dports/games/zangband/zangband/src/
H A Dcmd3.c769 if (j_ptr->timeout >= FUEL_TORCH) in do_cmd_refill_torch()
771 j_ptr->timeout = FUEL_TORCH; in do_cmd_refill_torch()
H A Dstore.c903 if (q_ptr->sval == SV_LITE_TORCH) q_ptr->timeout = FUEL_TORCH / 2; in store_create()
H A Ddefines.h795 #define FUEL_TORCH 5000 /* Maximum amount of fuel in a torch */ macro
H A Dspells3.c949 max_flog = FUEL_TORCH; in phlogiston()
/dports/games/mangband/mangband-1.5.3/src/server/
H A Dcmd3.c1466 if (j_ptr->pval >= FUEL_TORCH) in do_cmd_refill_torch()
1468 j_ptr->pval = FUEL_TORCH; in do_cmd_refill_torch()
H A Dstore.c994 if (o_ptr->sval == SV_LITE_TORCH) o_ptr->pval = FUEL_TORCH / 2; in store_create()
H A Dmdefines.h186 #define FUEL_TORCH 5000 /* Maximum amount of fuel in a torch */ macro
/dports/games/tomenet/tomenet-4.6.0/src/server/
H A Dcmd3.c2740 if (j_ptr->timeout >= FUEL_TORCH) {
2741 j_ptr->timeout = FUEL_TORCH;
H A Dstore.c1657 if (o_ptr->sval == SV_LITE_TORCH) o_ptr->timeout = FUEL_TORCH / 2;
H A Dobject2.c5112 o_ptr->timeout = randint(FUEL_TORCH);
/dports/games/tomenet/tomenet-4.6.0/src/common/
H A Ddefines.h1437 #define FUEL_TORCH 5000 /* Maximum amount of fuel in a torch */ macro