This commit is contained in:
ZomgPonies
2013-11-21 06:44:43 -05:00
parent 383b0c6f64
commit d615a33590
2 changed files with 2 additions and 2 deletions
@@ -118,7 +118,7 @@
if(locate(/obj) in src)
for(var/obj/thing in src)
thing.loc = get_turf(src)
thing.throw_at(target,10,rand(45,50))
thing.throw_at(target,10,rand(25,40))
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>")