diff options
Diffstat (limited to 'world')
-rw-r--r-- | world/map/npc/002-1/luca.txt | 2 | ||||
-rw-r--r-- | world/map/npc/020-2/baktar.txt | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/world/map/npc/002-1/luca.txt b/world/map/npc/002-1/luca.txt index c6c47647..17ac66c7 100644 --- a/world/map/npc/002-1/luca.txt +++ b/world/map/npc/002-1/luca.txt @@ -316,7 +316,7 @@ L_MenuItems1: L_unfocus: if (countitem("GrimaceOfDementia") > 0) goto L_unfocus_menu; - if (MAGIG_FLAGS & MFLAG_KNOWS_UNFOCUS_RECIPE) goto L_nopotion; + if (MAGIC_FLAGS & MFLAG_KNOWS_UNFOCUS_RECIPE) goto L_nopotion; mes "[Luca the Hunter]"; mes "\"Unfocusing is one of the harder parts though, because it is sunk in. You see?\""; diff --git a/world/map/npc/020-2/baktar.txt b/world/map/npc/020-2/baktar.txt index 1c6e3202..cc6b7ef2 100644 --- a/world/map/npc/020-2/baktar.txt +++ b/world/map/npc/020-2/baktar.txt @@ -95,9 +95,9 @@ L_Delivery: goto L_Close; L_Start: - if(sex) + if(Sex) set @type$, "man"; - if(!sex) + if(!Sex) set @type$, "woman"; if(@Q_status & (1<<@BIT_KNOWHIM)) goto L_KnowAlready; |