In thana Quest you may enter either "Charmstone" or "Charm Stone"

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10654 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
Lupus 2007-06-01 06:21:32 +00:00
parent fc4a6bc5f8
commit 5d1af9f3b6
2 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,7 @@
Date Added
======
2007/06/01
* In thana Quest you may enter either "Charmstone" or "Charm Stone" [Lupus]
2007/05/31
* Rev. 10653 Fixced some spelling and grammar in crusader quest. [L0ne_W0lf]
* Rev. 10651 Updated Crusader quest. [L0ne_W0lf]

View File

@ -3,7 +3,7 @@
//===== By: ==================================================
//= [Ishizu-chan]
//===== Current Version: =====================================
//= 1.4
//= 1.4a
//===== Compatible With: =====================================
//= Any eAthena Version i guess?
//===== Description: =========================================
@ -15,6 +15,7 @@
//= 1.3 - Added a checking in boss map to reset event if there's no player. [SinSloth]
//= 1.4 - Changed the way the Thanatos Portal works to allow people to enter
//= as long as Thanatos is alive. [SinSloth]
//= 1.4a You may enter either "Charmstone" or "Charm Stone" [Lupus]
//============================================================
hu_fild01,140,163,5 script Tower Keeper 852,3,3,{
@ -1380,7 +1381,7 @@ tha_t09,19,158,0 script Machine Device 111,{
mes "your keys and Charm Stones.";
next;
input @input$;
if ((@input$ == "Key") || (@input$ == "Charmstone"))
if (@input$ == "Key" || @input$ == "Charmstone" || @input$ == "Charm stone" || @input$ == "Charm Stone")
{
mes "^3355FFYou insert the keys into the";
mes "keyholes, matching them by";