summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2010-01-12 08:27:55 +0100
committerBardur Arantsson <bardur@scientician.net>2010-01-12 08:27:55 +0100
commite809d2fe548a0dad3c005fd3c7805446cefd138d (patch)
treea1a963aa9401614b26ce0c40887e6e6581aee00e /src
parent7d264acf35b2899a16040690a1d248b2999617c9 (diff)
Import Killerbunnies patch: Two new automatizer rules types <inventory> and /equipment> for checking whether an object is in your inventory (equipment respectively).
Diffstat (limited to 'src')
-rw-r--r--src/squeltch.c2
1 files changed, 2 insertions, 0 deletions
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,
};