summaryrefslogtreecommitdiff
path: root/src/squelch
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2015-02-23 09:11:56 +0100
committerBardur Arantsson <bardur@scientician.net>2015-02-23 09:11:56 +0100
commitc3b0ab778853a33620e84793a3c6bdb53c9be0ab (patch)
tree4eea4c5cdd1df2697275e10bb9477c0167b22ce8 /src/squelch
parent96df8c0a3e61d38507f26d74105a14541cc9d61c (diff)
Fix problem with pseudo-ID not kicking in on inventory
Diffstat (limited to 'src/squelch')
-rw-r--r--src/squelch/automatizer.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/squelch/automatizer.cc b/src/squelch/automatizer.cc
index b05a253f..742a0727 100644
--- a/src/squelch/automatizer.cc
+++ b/src/squelch/automatizer.cc
@@ -59,7 +59,7 @@ bool Automatizer::apply_rules(object_type *o_ptr, int item_idx) const
}
}
- return true;
+ return false;
}
std::shared_ptr<json_t> Automatizer::to_json() const