From 6d0eb3000187dd587e961ca87ddb9eca947f15dc Mon Sep 17 00:00:00 2001 From: Darshan Shaligram Date: Fri, 8 Jan 2010 13:11:44 +0530 Subject: Add snapping turtles, alligator snapping turtles and sea snakes to the Shoals, remove yaktaurs, centaurs and stone giants. Snapping turtles get reaching attacks. Sea snakes get strong venom. --- crawl-ref/source/mon-util.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'crawl-ref/source/mon-util.h') diff --git a/crawl-ref/source/mon-util.h b/crawl-ref/source/mon-util.h index 931c817748..a712d1d9bd 100644 --- a/crawl-ref/source/mon-util.h +++ b/crawl-ref/source/mon-util.h @@ -89,7 +89,8 @@ enum mon_attack_flavour AF_CHAOS, AF_STEAL, AF_STEAL_FOOD, - AF_CRUSH + AF_CRUSH, + AF_REACH }; // Non-spell "summoning" types to give to monsters::mark_summoned(), or -- cgit v1.2.3-54-g00ecf