mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 19:44:09 +01:00
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:
@@ -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>")
|
||||
|
||||
Reference in New Issue
Block a user