Nerfed firing items from fire extinguishers, they now do double the damage compared to throwing them normally

This commit is contained in:
alex-gh
2014-02-14 13:22:34 +01:00
parent 2c9dee38cb
commit 0f57ef70ca
@@ -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>")