banana skin was missing F_DAMAGABLE

This commit is contained in:
Rob Pearce 2016-06-14 01:16:09 +10:00
parent 980daa1d8c
commit 57cd4200ff
1 changed files with 2 additions and 0 deletions

2
data.c
View File

@ -3471,6 +3471,8 @@ void initobjects(void) {
addflag(lastot->flags, F_SLIPPERY, 85, NA, NA, NULL);
addflag(lastot->flags, F_SLIPMOVE, 15, NA, NA, NULL);
addflag(lastot->flags, F_OBHP, 5, 5, NA, NULL);
addflag(lastot->flags, F_DAMAGABLE, 5, 5, NA, NULL);
addflag(lastot->flags, F_NOOBDAMTEXT, B_TRUE, NA, NA, NULL);
addot(OT_BERRY, "berry", "Juicy, brightly coloured berries.", MT_FOOD, 0.1, OC_FOOD, SZ_TINY);
addflag(lastot->flags, F_GLYPH, C_LIGHTRED, '%', NA, NULL);
addflag(lastot->flags, F_EDIBLE, B_TRUE, 8, NA, "");