diff options
| author | SuperDude88 <82904174+SuperDude88@users.noreply.github.com> | 2024-04-10 23:13:59 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-10 23:13:59 -0400 |
| commit | bc7fdd6fcb789872bd8fd13eecf439de622d7a2e (patch) | |
| tree | 350f1e62c6c48c88bbf1a5b29706abf034d34fde /src/d/d_com_static.cpp | |
| parent | 9aea41ad246984042eb4be4dab7666b6c8a1a49e (diff) | |
daNpc_Bs1_c Work (#614)
* daNpc_Bs1_c Work
Almost matching
* Every Time
Always has to be something forgotten
* Cleanup
* Tiny Detail Slipped Through
* Last One Hopefully
Diffstat (limited to 'src/d/d_com_static.cpp')
| -rw-r--r-- | src/d/d_com_static.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/d/d_com_static.cpp b/src/d/d_com_static.cpp index 32203100..1b5c7026 100644 --- a/src/d/d_com_static.cpp +++ b/src/d/d_com_static.cpp @@ -326,3 +326,7 @@ BOOL daStandItem_c::daiItemNodeCallBack(J3DNode*, int) { } bool daNpc_kam_c::m_hyoi_kamome; + +u8 daNpc_Bs1_c::m_tag_buy_item_max; +u8 daNpc_Bs1_c::m_tag_buy_item; +s16 daNpc_Bs1_c::m_tag_pay_rupee; |
