This commit is contained in:
Rob Pearce 2012-12-04 05:22:08 +00:00
parent 234d70b099
commit 33abd2b948
1 changed files with 1 additions and 2 deletions

3
data.c
View File

@ -2823,10 +2823,9 @@ void initobjects(void) {
addflag(lastot->flags, F_DAMAGABLE, B_TRUE, NA, NA, NULL);
addflag(lastot->flags, F_OBHP, 1, 1, NA, NULL);
// traps - hiding monsters
// "traps" - hiding monsters
addot(OT_GARGOYLE, "gargoyle", "A sneaky hidden gargoyle!", MT_STONE, 80, OC_TRAP, SZ_HUMAN);
addflag(lastot->flags, F_GLYPH, C_STONE, '\'', NA, NULL);
addflag(lastot->flags, F_RARITY, H_DUNGEON, NA, RR_VERYRARE, NULL);
addflag(lastot->flags, F_IMPASSABLE, SZ_MIN, SZ_MAX, NA, NULL);
addflag(lastot->flags, F_BLOCKSLOF, B_TRUE, NA, NA, NULL);
addflag(lastot->flags, F_NOBLESS, B_TRUE, NA, NA, NULL);