summaryrefslogtreecommitdiff
path: root/npc/events/valentinesday_2012.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/events/valentinesday_2012.txt')
-rw-r--r--npc/events/valentinesday_2012.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/events/valentinesday_2012.txt b/npc/events/valentinesday_2012.txt
index a8597cd22..2d74cb1a5 100644
--- a/npc/events/valentinesday_2012.txt
+++ b/npc/events/valentinesday_2012.txt
@@ -12,7 +12,7 @@
//= 1.1 Standardized and fixed. [Euphy]
//============================================================
-mosk_in,21,246,5 script Pinkamenia 71,{
+mosk_in,21,246,5 script Pinkamenia 1_F_LIBRARYGIRL,{
set .@n$,"^0000FF[Pinkamenia]^000000";
if (#V_QUE12==3) {
set .@LFlowerID,7864;
@@ -104,7 +104,7 @@ OnInit:
end;
}
-mosk_in,21,244,3 script Baker Extraordinaire 410,{
+mosk_in,21,244,3 script Baker Extraordinaire 4_M_NOVELIST,{
set .@n$,"^0000FF[Baker Extraordinaire]^000000";
if(#V_QUE12==3) {
mes .@n$;
@@ -114,7 +114,7 @@ mosk_in,21,244,3 script Baker Extraordinaire 410,{
mes .@n$;
mes "Bring 15 Love Flowers to Pinkamenia!";
close;
- } else if(#V_QUE12==1) {
+ } else if(#V_QUE12==1) {
mes .@n$;
if (getequipid(1) == 5024 && getequiprefinerycnt(1) >= 8) {
mes "Ah, so Pinkamenia told you";
@@ -153,4 +153,4 @@ mosk_in,21,244,3 script Baker Extraordinaire 410,{
mes "Hello, "+strcharinfo(0)+"!";
close;
}
-} \ No newline at end of file
+}