From e809d2fe548a0dad3c005fd3c7805446cefd138d Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Tue, 12 Jan 2010 08:27:55 +0100 Subject: Import Killerbunnies patch: Two new automatizer rules types and /equipment> for checking whether an object is in your inventory (equipment respectively). --- src/squeltch.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/squeltch.c') diff --git a/src/squeltch.c b/src/squeltch.c index cd52dc1a..c957fa38 100644 --- a/src/squeltch.c +++ b/src/squeltch.c @@ -155,6 +155,8 @@ static cptr types_list[] = "level", "skill", "ability", + "inventory", + "equipment", "comment", NULL, }; -- cgit v1.2.3