From 75cf943abb6e77df046924a0f6946c21c5798862 Mon Sep 17 00:00:00 2001 From: Adam Borowski Date: Sat, 19 Dec 2009 22:52:31 +0100 Subject: Tloc smoke trail. Doesn't look good IMO, I'd replace it with normal transparent smoke. --- crawl-ref/source/mon-project.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/mon-project.h') diff --git a/crawl-ref/source/mon-project.h b/crawl-ref/source/mon-project.h index 3f17a9c755..a57afbbd80 100644 --- a/crawl-ref/source/mon-project.h +++ b/crawl-ref/source/mon-project.h @@ -12,6 +12,6 @@ bool mons_is_projectile(monster_type mt); bool cast_iood(actor *caster, int pow, bolt *beam); -bool iood_act(monsters &mon); +bool iood_act(monsters &mon, bool no_trail = false); #endif -- cgit v1.2.3-54-g00ecf