From c3b0ab778853a33620e84793a3c6bdb53c9be0ab Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Mon, 23 Feb 2015 09:11:56 +0100 Subject: Fix problem with pseudo-ID not kicking in on inventory --- src/squelch/automatizer.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/squelch/automatizer.cc') 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 Automatizer::to_json() const -- cgit v1.2.3