mirror of
https://github.com/tbamud/tbamud.git
synced 2026-02-25 13:01:44 +01:00
[Jan 05 2008] - Rumble
Fixed improper display of affections in stat player. (thanks Rhade) [Jan 04 2008] - Rumble Removed the unused npc_class_types. Fix to affect_update and affect_join. (thanks Kyle and Jamdog) [ 2007] - Rumble Removed the clsolc command. This option can still be set via "toggle clsolc." [Jan 03 2007] - Rumble PLR_NOWIZLIST actually used now to prevent run_autowiz. Several _FLAGGED checks that I fixed for 128 bit in the wrong SVN directory and failed to committ.
This commit is contained in:
@@ -711,7 +711,7 @@ int damage(struct char_data *ch, struct char_data *victim, int dam, int attackty
|
||||
stop_follower(victim);
|
||||
|
||||
/* If the attacker is invisible, he becomes visible */
|
||||
if (AFF_FLAGGED(ch, AFF_INVISIBLE | AFF_HIDE))
|
||||
if (AFF_FLAGGED(ch, AFF_INVISIBLE) || AFF_FLAGGED(ch, AFF_HIDE))
|
||||
appear(ch);
|
||||
|
||||
/* Cut damage in half if victim has sanct, to a minimum 1 */
|
||||
|
||||
Reference in New Issue
Block a user