mirror of
https://github.com/tbamud/tbamud.git
synced 2026-04-04 19:37:18 +02:00
Stealth skill update
This commit is contained in:
parent
d7aec2e6c2
commit
06d581b011
10 changed files with 194 additions and 67 deletions
|
|
@ -242,6 +242,7 @@ bool perform_scan_sweep(struct char_data *ch);
|
|||
void clear_scan_results(struct char_data *ch);
|
||||
bool scan_can_target(struct char_data *ch, struct char_data *tch);
|
||||
bool scan_confirm_target(struct char_data *ch, struct char_data *tch);
|
||||
void stealth_process_room_movement(struct char_data *ch, room_rnum room, int dir, bool leaving);
|
||||
|
||||
|
||||
/*****************************************************************************
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue