Wolfchev lab prerequisite (#3372)

Prerequisite is Cursed Spirit Quest

Thanks to @admkakaroto !
This commit is contained in:
Atemo 2018-08-01 00:30:48 +02:00 committed by GitHub
parent 3165e52123
commit 5f5df82d7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@ lighthalzen,303,303,6 script Giacomo Girolamo#kiup2 4_M_KHMAN,3,3,{
mes "^FF0000 Check up your inventory. You got too many items to carry out the quest. ^000000"; mes "^FF0000 Check up your inventory. You got too many items to carry out the quest. ^000000";
close; close;
} }
if (lhz_boss > 30) { if (lhz_curse > 30) {
if (!lght_duk01) { if (!lght_duk01) {
if (Sex == SEX_MALE) { if (Sex == SEX_MALE) {
emotion ET_HNG; emotion ET_HNG;
@ -309,7 +309,7 @@ OnTouch:
warp "que_lhz", 148, 215; warp "que_lhz", 148, 215;
} }
} else { } else {
if (lhz_boss < 31) { if (lhz_curse < 31) {
mes "- Whistling sound -"; mes "- Whistling sound -";
mes "From below, there comes a gruesome sound mingling with the wind."; mes "From below, there comes a gruesome sound mingling with the wind.";
close2; close2;