Fix meteorshot not moving doors (#16899)

This commit is contained in:
Simplehorror
2022-12-05 04:08:40 +00:00
committed by GitHub
parent 154d795031
commit c3eec6af08

View File

@@ -49,7 +49,7 @@
if(ismovable(target))
var/atom/movable/M = target
var/atom/throw_target = get_edge_target_turf(M, get_dir(src, get_step_away(M, src)))
M.safe_throw_at(throw_target, 3, 2)
M.safe_throw_at(throw_target, 3, 2, force = MOVE_FORCE_OVERPOWERING)
/obj/item/projectile/bullet/shotgun/slug/meteor/Initialize()
. = ..()