mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 19:44:09 +01:00
Minor throwing fixes (#26179)
* fix treadmill throwat * fixes dropdel runtimes and end_throw() not being called * dgl review
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
// if 2fast, throw the person, otherwise they just slide off, if there's reasonable speed at all
|
||||
if(speed && A.move_resist < INFINITY)
|
||||
var/dist = max(throw_dist * speed / MAX_SPEED, 1)
|
||||
A.throw_at(get_distant_turf(get_turf(src), REVERSE_DIR(dir), dist), A.throw_range, A.throw_speed, src, 1)
|
||||
A.throw_at(get_distant_turf(get_turf(src), REVERSE_DIR(dir), dist), A.throw_range, A.throw_speed, null, 1)
|
||||
|
||||
/obj/machinery/power/treadmill/process()
|
||||
if(!anchored)
|
||||
|
||||
Reference in New Issue
Block a user