From: dis- Date: Sat, 1 Jun 2013 09:10:35 +0000 (+0000) Subject: Add crown ego -- of basilisk X-Git-Tag: v2.1.3~42 X-Git-Url: http://git.osdn.net/view?p=hengband%2Fhengband.git;a=commitdiff_plain;h=8d20a47659f40963a3d73f11d5804526ec27b2ae Add crown ego -- of basilisk --- diff --git a/lib/edit/e_info.txt b/lib/edit/e_info.txt index 1bf94f9e5..5f254d2ed 100644 --- a/lib/edit/e_info.txt +++ b/lib/edit/e_info.txt @@ -331,7 +331,13 @@ C:0:0:0:5 W:0:36:0:0 F:INT | WIS | CHR | CURSED -#37 unused +N:37:¥Ð¥¸¥ê¥¹¥¯¤Î +E:of Basilisk +X:33:20 +C:0:0:0:8 +W:0:36:0:10000 +F:INFRA | RES_POIS | FREE_ACT + #38 unused N:39:¼ÀɤΠdiff --git a/src/defines.h b/src/defines.h index 1f737d87f..05e6c0bad 100644 --- a/src/defines.h +++ b/src/defines.h @@ -1591,7 +1591,7 @@ #define EGO_REGENERATION 34 #define EGO_TELEPORTATION 35 #define EGO_FOOL 36 -//#define EGO_NAIVETY 37 +#define EGO_BASILISK 37 //#define EGO_UGLINESS 38 #define EGO_SICKLINESS 39 diff --git a/src/object2.c b/src/object2.c index 27a4a576c..1ff99861b 100644 --- a/src/object2.c +++ b/src/object2.c @@ -2881,6 +2881,7 @@ static void a_m_aux_2(object_type *o_ptr, int level, int power) case EGO_MIGHT: case EGO_REGENERATION: case EGO_LORDLINESS: + case EGO_BASILISK: break; case EGO_SEEING: if (one_in_(3))