summaryrefslogtreecommitdiff
path: root/npc/001-2-28/plush.txt
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2016-06-27 00:26:57 +0200
committerReid <reidyaro@gmail.com>2016-06-27 00:27:46 +0200
commit80f546fcb99bd70a5e48dca646f561ab3c3d8f2c (patch)
tree5d77b3f090b2513c05d300e4fb79862a44c7360f /npc/001-2-28/plush.txt
parent7f40fa08e57e077ea161b12f385a88798d752794 (diff)
downloadserverdata-80f546fcb99bd70a5e48dca646f561ab3c3d8f2c.tar.gz
serverdata-80f546fcb99bd70a5e48dca646f561ab3c3d8f2c.tar.bz2
serverdata-80f546fcb99bd70a5e48dca646f561ab3c3d8f2c.tar.xz
serverdata-80f546fcb99bd70a5e48dca646f561ab3c3d8f2c.zip
Replace emotion() arguments with constants instead of ID.
Diffstat (limited to 'npc/001-2-28/plush.txt')
-rw-r--r--npc/001-2-28/plush.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/001-2-28/plush.txt b/npc/001-2-28/plush.txt
index 62199467..a3daa3fc 100644
--- a/npc/001-2-28/plush.txt
+++ b/npc/001-2-28/plush.txt
@@ -26,7 +26,7 @@
}
else
{
- emotion 3;
+ emotion E_HAPPY;
Zeny = Zeny - .@price;
INN_REGISTER = REDPLUSH_INN;
PC_IS_DEAD = false;
@@ -121,7 +121,7 @@
lodge_check;
break;
case 2:
- emotion 6;
+ emotion E_WINK;
speech 5,
l("We offer a room for travelers passing by Artis, our beds are comfy and you can be guaranted to be right as rain after a night here!"),
l("If you wake up at the INN after a harsh battle, you will find yourself revitalized in an instant unlike other places where you can rest.");