mirror of
https://github.com/tbamud/tbamud.git
synced 2026-01-29 04:16:09 +01:00
[Jun 14 2008] - Rumble
Made immortals immune to blinding. Fixed bug in qedit where quest completion would try to load an object with vnum NOTHING. (thanks Jamdog) Fixed log when builder tries to edit a zone without permission.
This commit is contained in:
parent
107c3b2811
commit
36768f40bc
6 changed files with 20 additions and 15 deletions
|
|
@ -671,7 +671,8 @@ void char_from_furniture(struct char_data *ch);
|
|||
|
||||
/** Defines if there is enough light for sub to see in. */
|
||||
#define LIGHT_OK(sub) (!AFF_FLAGGED(sub, AFF_BLIND) && \
|
||||
(IS_LIGHT(IN_ROOM(sub)) || AFF_FLAGGED((sub), AFF_INFRAVISION)))
|
||||
(IS_LIGHT(IN_ROOM(sub)) || AFF_FLAGGED((sub), AFF_INFRAVISION) || \
|
||||
GET_LEVEL(sub) >= LVL_IMMORT))
|
||||
|
||||
/** Defines if sub character can see the invisible obj character. */
|
||||
#define INVIS_OK(sub, obj) \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue