Browse Source

Fixed for issue #3273 (#3275)

The npc should give Gunslinger Manual when the player doesn't have one
Fixed #3273

Thanks to @lRaikeNl !
Atemo 6 years ago
parent
commit
e4eddc3e61
1 changed files with 1 additions and 1 deletions
  1. 1 1
      npc/re/jobs/novice/academy.txt

+ 1 - 1
npc/re/jobs/novice/academy.txt

@@ -7427,7 +7427,7 @@ iz_ac02,142,85,6	script	Lusa#ac	4_F_GUNSLINGER,{
 				end;
 			}
 			mes "[Lusa]";
-			if (.@has_manual == 1) {
+			if (isequippedcnt(2941) || countitem(2941)) {
 				mes "Hey! What kind of con is this?! You already had a manual!";
 			} else {
 				getitem 2941,1;// Gunslinger_Manual