summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/species.cc
diff options
context:
space:
mode:
authorBrendan Hickey <brendan@bhickey.net>2013-05-09 22:26:47 -0700
committerBrendan Hickey <brendan@bhickey.net>2013-05-09 22:26:47 -0700
commit78df991bbd0c0df9cd2f867054fceec4888f8000 (patch)
tree5a1c09f04b5717d0ed5b80e3debd1798612f528c /crawl-ref/source/species.cc
parent167c651946e14d653e9a21b96500e419a5b9fa0c (diff)
downloadcrawl-ref-78df991bbd0c0df9cd2f867054fceec4888f8000.tar.gz
crawl-ref-78df991bbd0c0df9cd2f867054fceec4888f8000.zip
Grotesk Self-Petrification
Give Grotesks the ability to self-petrify. This power gets a duration bump at level 7 and again at level 13. Next up, make petrifying Grotesks more powerful.
Diffstat (limited to 'crawl-ref/source/species.cc')
-rw-r--r--crawl-ref/source/species.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/species.cc b/crawl-ref/source/species.cc
index 2065faf5f0..d5c8d5828e 100644
--- a/crawl-ref/source/species.cc
+++ b/crawl-ref/source/species.cc
@@ -59,7 +59,7 @@ static const char * Species_Abbrev_List[NUM_SPECIES] =
// the draconians
"Dr", "Dr", "Dr", "Dr", "Dr", "Dr", "Dr", "Dr", "Dr", "Dr",
"Ce", "Dg", "Sp", "Mi", "Ds", "Gh", "Te", "Mf", "Vp", "DD",
- "Fe", "Op", "Gk",
+ "Fe", "Op", "Gr",
// placeholders
"El", "HD", "OM", "GE", "Gn", "MD", };