d_a_npc_md work

This commit is contained in:
LagoLunatic
2023-11-30 15:13:15 -05:00
parent 8d77b19a6b
commit f596426ac4
13 changed files with 188 additions and 53 deletions
+1 -1
View File
@@ -1037,7 +1037,7 @@ void daArrow_c::checkRestMp() {
u8 currMagic = dComIfGs_getMagic();
if (currMagic < use_mp[m_keep_type]) {
m_keep_type = 0;
m_keep_type = TYPE_NORMAL;
}
}