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:
Jordan Brown
2021-09-06 22:36:55 +01:00
committed by GitHub
parent 57b1c7f318
commit ff346e2544
+1 -1
View File
@@ -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)