Merge pull request #159 from alex-gh/fireex_nerf

Nerfed firing items from fire extinguishers, they now do double the dama...
This commit is contained in:
ZomgPonies
2014-02-15 12:39:41 -05:00
@@ -169,7 +169,7 @@
if(locate(/obj) in src)
for(var/obj/thing in src)
thing.loc = get_turf(src)
thing.throw_at(target,10,rand(25,40))
thing.throw_at(target,thing.throw_range*2,throw_speed*2)
user.visible_message(
"<span class='danger'>[user] fires [src] and launches [thing] at [target]!</span>",
"<span class='danger'>You fire [src] and launch [thing] at [target]!</span>")