diff options
author | gumi <mekolat@users.noreply.github.com> | 2017-05-27 17:42:42 -0400 |
---|---|---|
committer | gumi <mekolat@users.noreply.github.com> | 2017-06-03 12:57:36 -0400 |
commit | 2d241c23d89be5810d2bf51c28ad76084bf95182 (patch) | |
tree | dd44df7a27f28d7a08f65372d1527323ca29e02d /npc/custom/etc/airplane.txt | |
parent | b0b071305f967ae836722e7518455ee06089de01 (diff) | |
download | hercules-2d241c23d89be5810d2bf51c28ad76084bf95182.tar.gz hercules-2d241c23d89be5810d2bf51c28ad76084bf95182.tar.bz2 hercules-2d241c23d89be5810d2bf51c28ad76084bf95182.tar.xz hercules-2d241c23d89be5810d2bf51c28ad76084bf95182.zip |
add missing constants to specialeffect calls
Diffstat (limited to 'npc/custom/etc/airplane.txt')
-rw-r--r-- | npc/custom/etc/airplane.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/custom/etc/airplane.txt b/npc/custom/etc/airplane.txt index 6644756de..2487acb1f 100644 --- a/npc/custom/etc/airplane.txt +++ b/npc/custom/etc/airplane.txt @@ -244,7 +244,7 @@ Board: L_Yes: if($destination!=getarg(0))goto Notime; warp "airplane", 105, 72; - specialeffect(501, AREA, playerattached()); + specialeffect(EF_CASTSPIN, AREA, playerattached()); L_Nope: mes "^FF0000[Porter]^000000"; mes "Have a good day. Thank you for traveling with Airship."; @@ -356,7 +356,7 @@ Lyes: if($destination == 250)goto Notime; if($destination != @dockky)goto Notime; warp $locationsmap$[$destination], $locationsx[$destination], $locationsy[$destination]; - specialeffect(501, AREA, playerattached()); + specialeffect(EF_CASTSPIN, AREA, playerattached()); Lnope: mes "^FF0000[Airplane Attendant]^000000"; |