summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ghost.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/ghost.cc')
-rw-r--r--crawl-ref/source/ghost.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/ghost.cc b/crawl-ref/source/ghost.cc
index 01bcadc639..970306a5b6 100644
--- a/crawl-ref/source/ghost.cc
+++ b/crawl-ref/source/ghost.cc
@@ -160,7 +160,7 @@ void ghost_demon::init_random_demon()
resists.fire = random_range(1, 2);
else
{
- resists.fire = 0; // res_fire
+ resists.fire = 0; // res_fire
if (one_chance_in(10))
resists.fire = -1;
@@ -181,7 +181,7 @@ void ghost_demon::init_random_demon()
resists.elec = one_chance_in(3);
// HTH damage:
- damage = 20 + roll_dice( 2, 20 );
+ damage = 20 + roll_dice(2, 20);
// special attack type (uses weapon brand code):
brand = SPWPN_NORMAL;