diff options
author | Fate <fate-tmw@googlemail.com> | 2009-01-10 13:21:14 -0700 |
---|---|---|
committer | Fate <fate-tmw@googlemail.com> | 2009-01-10 13:21:14 -0700 |
commit | 611af5c39ad2154348e649af5a459af957f1448c (patch) | |
tree | 4b6db310d5a0d4d42a94f2d0ca08e76cee04a81c /src/map/magic-expr.c | |
parent | 32dedca10869bcd7b82428857e1866fcc495124e (diff) | |
download | tmwa-611af5c39ad2154348e649af5a459af957f1448c.tar.gz tmwa-611af5c39ad2154348e649af5a459af957f1448c.tar.bz2 tmwa-611af5c39ad2154348e649af5a459af957f1448c.tar.xz tmwa-611af5c39ad2154348e649af5a459af957f1448c.zip |
Reserved another status change for the new "hide" spell
Diffstat (limited to 'src/map/magic-expr.c')
-rw-r--r-- | src/map/magic-expr.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/map/magic-expr.c b/src/map/magic-expr.c index 7840941..4f7e823 100644 --- a/src/map/magic-expr.c +++ b/src/map/magic-expr.c @@ -569,6 +569,8 @@ BATTLE_GETTER(luk); BATTLE_GETTER(int); BATTLE_GETTER(lv); BATTLE_GETTER(hp); +BATTLE_GETTER(mdef); +BATTLE_GETTER(def); BATTLE_GETTER(max_hp); BATTLE_GETTER(dir); @@ -1133,6 +1135,8 @@ static fun_t functions[] = { BATTLE_RECORD(luk), BATTLE_RECORD(int), BATTLE_RECORD2("level", lv), + BATTLE_RECORD(mdef), + BATTLE_RECORD(def), BATTLE_RECORD(hp), BATTLE_RECORD(max_hp), BATTLE_RECORD(sp), |