The npc should give Gunslinger Manual when the player doesn't have one Fixed #3273 Thanks to @lRaikeNl !
This commit is contained in:
parent
a8b7476c96
commit
e4eddc3e61
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user