summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/religion.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/religion.cc')
-rw-r--r--crawl-ref/source/religion.cc12
1 files changed, 7 insertions, 5 deletions
diff --git a/crawl-ref/source/religion.cc b/crawl-ref/source/religion.cc
index ff5e28e4b6..ba2193d0cb 100644
--- a/crawl-ref/source/religion.cc
+++ b/crawl-ref/source/religion.cc
@@ -2353,6 +2353,7 @@ bool did_god_conduct( conduct_type thing_done, int level, bool known,
}
break;
+ case DID_STABBING: // unused
case DID_STIMULANTS: // unused
case DID_EAT_MEAT: // unused
case DID_CREATED_LIFE: // unused
@@ -2373,11 +2374,12 @@ bool did_god_conduct( conduct_type thing_done, int level, bool known,
{
"",
"Necromancy", "Unholy", "Attack Holy", "Attack Neutral",
- "Attack Friend", "Friend Died", "Unchivalric Attack", "Poison",
- "Field Sacrifice", "Kill Living", "Kill Undead", "Kill Demon",
- "Kill Natural Evil", "Kill Mutator Or Rotter", "Kill Wizard",
- "Kill Priest", "Kill Holy", "Undead Slave Kill Living",
- "Servant Kill Living", "Servant Kill Undead", "Servant Kill Demon",
+ "Attack Friend", "Friend Died", "Stab", "Unchivalric Attack",
+ "Poison", "Field Sacrifice", "Kill Living", "Kill Undead",
+ "Kill Demon", "Kill Natural Evil", "Kill Mutator Or Rotter",
+ "Kill Wizard", "Kill Priest", "Kill Holy",
+ "Undead Slave Kill Living", "Servant Kill Living",
+ "Servant Kill Undead", "Servant Kill Demon",
"Servant Kill Natural Evil", "Servant Kill Holy", "Spell Memorise",
"Spell Cast", "Spell Practise", "Spell Nonutility", "Cards",
"Stimulants", "Drink Blood", "Cannibalism", "Eat Meat",