mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 13:10:02 +01:00
Fix disposal eject speed (#61255)
Disposal outlets no longer constantly shoot you out at an incredibly dangerous speed, and no longer deal a base 35 damage + guaranteed dislocation/likely hairline fracture when you hit a wall or other person. Instead, they're back to the old 10 brute damage they were at last year, though you can still multitool/emag them to make them shoot out things faster....
This commit is contained in:
@@ -57,7 +57,7 @@
|
||||
if(!H)
|
||||
return
|
||||
|
||||
pipe_eject(H, dir, TRUE, target, eject_range, throw_range)
|
||||
pipe_eject(H, dir, TRUE, target, eject_range, eject_speed)
|
||||
|
||||
H.vent_gas(loc)
|
||||
qdel(H)
|
||||
|
||||
Reference in New Issue
Block a user