Fixed for issue #3273 (#3275)

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

Thanks to @lRaikeNl !
This commit is contained in:
Atemo 2018-07-03 01:51:26 +02:00 committed by GitHub
parent a8b7476c96
commit e4eddc3e61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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