Home
last modified time | relevance | path

Searched refs:SV_TRAPKIT_DEVICE (Results 1 – 4 of 4) sorted by relevance

/dports/games/tomenet/tomenet-4.6.0/src/client/
H A Dskills.c759 case SV_TRAPKIT_DEVICE: in do_trap()
/dports/games/tomenet/tomenet-4.6.0/src/server/
H A Dtraps.c3172 case SV_TRAPKIT_DEVICE: in do_cmd_set_trap()
3191 if (o_ptr->sval != SV_TRAPKIT_DEVICE) { in do_cmd_set_trap()
4926 case SV_TRAPKIT_DEVICE: in mon_hit_trap()
H A Dobject2.c9118 if (o_ptr->tval == TV_TRAPKIT && o_ptr->sval == SV_TRAPKIT_DEVICE &&
/dports/games/tomenet/tomenet-4.6.0/src/common/
H A Ddefines.h3018 #define SV_TRAPKIT_DEVICE 6 /* 'Device Trap Kit' */ macro