diff options
Diffstat (limited to 'npc/re/merchants/enchan_mal.txt')
-rw-r--r-- | npc/re/merchants/enchan_mal.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/re/merchants/enchan_mal.txt b/npc/re/merchants/enchan_mal.txt index 864505b85..bea4c6e03 100644 --- a/npc/re/merchants/enchan_mal.txt +++ b/npc/re/merchants/enchan_mal.txt @@ -600,7 +600,7 @@ L_Socket: close; } if (.@enchant == 9) { // Should never happen. - specialeffect2 EF_SUI_EXPLOSION; + specialeffect(EF_SUI_EXPLOSION, AREA, playerattached()); mes "[Mayomayo]"; mes "Oh my god!"; mes "This equipment is destroyed because it could not endure powerful ability. I'm so sorry."; @@ -608,7 +608,7 @@ L_Socket: delequip EQI_HAND_R; close; } - specialeffect2 EF_REPAIRWEAPON; + specialeffect(EF_REPAIRWEAPON, AREA, playerattached()); mes "[Mayomayo]"; mes "I have enchanted ^990000slot "+.@socket+"^000000 of this equipment."; delitem .@coin[.@coin_select],.@total[.@coin_select]; @@ -642,7 +642,7 @@ L_Socket: mes "This equipment has nothing to initialize. Please check again."; close; } - specialeffect2 EF_REPAIRWEAPON; + specialeffect(EF_REPAIRWEAPON, AREA, playerattached()); mes "[Mayomayo]"; mes "Initialize the enchant effect from the equipment."; delitem Silvervine,1; |