From 9a7dcf16a37e976f3cef54b9b808a483ef8f0acb Mon Sep 17 00:00:00 2001 From: nhmall Date: Sun, 10 Nov 2024 17:49:54 -0500 Subject: [PATCH] rm.h comment update --- include/rm.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/rm.h b/include/rm.h index 060a1c22f..5cc7546b6 100644 --- a/include/rm.h +++ b/include/rm.h @@ -166,10 +166,12 @@ struct rm { * | 0x10 | 0x8 | 0x4 | 0x2 | 0x1 | * +-------------+-------------+------------+------------+------------+ * door |D_TRAPPED | D_LOCKED | D_CLOSED | D_ISOPEN | D_BROKEN | + * |D_WARNED | | | | | * drawbr. |DB_FLOOR | DB_ICE | DB_LAVA | DB_DIR | DB_DIR | * wall |W_NONPASSWALL|W_NONDIGGABLE| W_MASK | W_MASK | W_MASK | * sink | | | S_LRING | S_LDWASHER | S_LPUDDING | * tree | | | | TREE_SWARM | TREE_LOOTED| + * throne | | | | | T_LOOTED | * fountain| | | | F_WARNED | F_LOOTED | * ladder | | | | LA_DOWN | LA_UP | * pool |ICED_MOAT | ICED_POOL | | | |