We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59b23c5 commit f9c7471Copy full SHA for f9c7471
src/main/kotlin/game/game/skill/thieving/pickpocketNpc/handlePickpocket.kts
@@ -8,7 +8,7 @@ for (def in NpcDefinition.ALL) {
8
if (def != null && def.actions.contains("Pickpocket")) {
9
val thievable = ThievableNpc.NAME_TO_NPC[def.name]
10
if (thievable != null) {
11
- npc2(def.id) {
+ npc2(def.id, false) {
12
plr.submitAction(PickpocketAction(plr, targetNpc, thievable))
13
}
14
0 commit comments