Fixes gang turrets buckle code (atleast most of it) (#28364)

* Create manned_turret.dm

* Create buckling.dm

* Update buckling.dm

* Create manned_turret.dm
This commit is contained in:
kevinz000
2017-06-13 09:34:17 +02:00
committed by AnturK
parent 3059bc45ac
commit 5442d07849
2 changed files with 11 additions and 11 deletions
@@ -47,7 +47,9 @@
if(user.incapacitated() || !istype(user))
return
M.forceMove(get_turf(src))
..()
. = ..()
if(!.)
return
for(var/V in M.held_items)
var/obj/item/I = V
if(istype(I))