diff options
author | Wushin <pasekei@gmail.com> | 2015-04-29 22:25:16 -0500 |
---|---|---|
committer | Wushin <pasekei@gmail.com> | 2015-04-29 22:25:16 -0500 |
commit | 4d416f4ee37e7d289d4009e78e3a68605065fc0a (patch) | |
tree | 81419a89db62ac3301663b83e718b8d74b437407 /world/map/npc/012-1/injured-mouboo.txt | |
parent | 31a11c7e19d721afe2f48f18bf36baaf2f666488 (diff) | |
parent | 5c596e4d1723d58bf300ff831dcfb2090a2da0ec (diff) | |
download | classic-serverdata-4d416f4ee37e7d289d4009e78e3a68605065fc0a.tar.gz classic-serverdata-4d416f4ee37e7d289d4009e78e3a68605065fc0a.tar.bz2 classic-serverdata-4d416f4ee37e7d289d4009e78e3a68605065fc0a.tar.xz classic-serverdata-4d416f4ee37e7d289d4009e78e3a68605065fc0a.zip |
Merge pull request #353 from mekolat/getitemname
deprecate getitemname and getequipname
Diffstat (limited to 'world/map/npc/012-1/injured-mouboo.txt')
-rw-r--r-- | world/map/npc/012-1/injured-mouboo.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/world/map/npc/012-1/injured-mouboo.txt b/world/map/npc/012-1/injured-mouboo.txt index 09e27c80..63eb2996 100644 --- a/world/map/npc/012-1/injured-mouboo.txt +++ b/world/map/npc/012-1/injured-mouboo.txt @@ -113,7 +113,7 @@ L_nloop: if (countitem(@k$) == 0) goto L_nloop_skip; - set @name$, getitemname(@k$); + set @name$, getitemlink(@k$); set @menuItems$[@ct], @name$; set @menuNames$[@ct], @k$; set @choice_eat[@ct], @itemeat[@n]; @@ -156,7 +156,7 @@ L_MenuItems: L_consume: mes "[Injured Mouboo]"; - mes "The mouboo " + @verb$ + " your " + getitemname(@choice$) + "."; + mes "The mouboo " + @verb$ + " your " + getitemlink(@choice$) + "."; delitem @choice$, 1; next; if (@choice$ == "LargeHealingPotion") |