OSDN Git Service

MPが足りなくても魔法を…のオプションをデフォルトでOFFにした。
authormogami <mogami@0568b783-4c39-0410-ac80-bf13821ea2a2>
Sun, 24 Feb 2002 15:14:26 +0000 (15:14 +0000)
committermogami <mogami@0568b783-4c39-0410-ac80-bf13821ea2a2>
Sun, 24 Feb 2002 15:14:26 +0000 (15:14 +0000)
src/tables.c

index f7e6439..05152c2 100644 (file)
@@ -6453,10 +6453,10 @@ option_type option_info[] =
 
 
 #ifdef JP
-       { &over_exert,                  TRUE,  1, 0, 29,
+       { &over_exert,                  FALSE,  1, 0, 29,
        "over_exert",                   "MP¤¬Â­¤ê¤Ê¤¯¤Æ¤âËâË¡¤ËÄ©À魯¤ë" },
 #else
-       { &over_exert,                  TRUE,  1, 0, 29,
+       { &over_exert,                  FALSE,  1, 0, 29,
        "over_exert",                   "Allow casting spells when short of mana" },
 #endif