Changeset 852

Show
Ignore:
Timestamp:
04/28/08 22:32:16 (4 months ago)
Author:
takkaria
Message:

Fix random higher resists on egos (fixes a bug introduced in r531 when the "xtra" byte was removed in favour of keeping flags in object_type). Reported by Pete Mack.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/obj-make.c

    r827 r852  
    10001000static const u32b ego_resists[] = 
    10011001{ 
    1002         TR2_RES_ACID, 
    1003         TR2_RES_ELEC, 
    1004         TR2_RES_FIRE, 
    1005         TR2_RES_COLD, 
    10061002        TR2_RES_POIS, 
    10071003        TR2_RES_FEAR, 
     
    10121008        TR2_RES_SOUND, 
    10131009        TR2_RES_SHARD, 
     1010        TR2_RES_NEXUS, 
     1011        TR2_RES_NETHR, 
     1012        TR2_RES_CHAOS, 
     1013        TR2_RES_DISEN, 
    10141014}; 
    10151015