summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/wiz-mon.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2013-12-24 14:37:08 +0100
committerAdam Borowski <kilobyte@angband.pl>2013-12-24 14:37:08 +0100
commitce5f64336ddadf4ec41dc894d75ffbcec2bde4c6 (patch)
tree0da325ac4837e637507b49dbfee54b28db4df195 /crawl-ref/source/wiz-mon.cc
parentbb5b5a9db295f16c04856b1845c31b4261218197 (diff)
downloadcrawl-ref-ce5f64336ddadf4ec41dc894d75ffbcec2bde4c6.tar.gz
crawl-ref-ce5f64336ddadf4ec41dc894d75ffbcec2bde4c6.zip
Sigmund -> Satan Claus.
Wields a hooked quarterstaff, throws snowballs.
Diffstat (limited to 'crawl-ref/source/wiz-mon.cc')
-rw-r--r--crawl-ref/source/wiz-mon.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/wiz-mon.cc b/crawl-ref/source/wiz-mon.cc
index 83b7646a31..e7dfa7e3f4 100644
--- a/crawl-ref/source/wiz-mon.cc
+++ b/crawl-ref/source/wiz-mon.cc
@@ -256,7 +256,7 @@ void wizard_create_spec_monster_name()
}
// Wizmode users should be able to conjure up uniques even if they
- // were already created. Yay, you can meet 3 Sigmunds at once! :p
+ // were already created. Yay, you can meet 3 Satan Clauses at once! :p
if (mons_is_unique(type) && you.unique_creatures[type])
you.unique_creatures.set(type, false);