Merge pull request #11504 from necromanceranne/turret_fix

Fixes being unable to remove turret guns
This commit is contained in:
kevinz000
2020-03-17 09:26:04 -07:00
committed by GitHub

View File

@@ -247,6 +247,7 @@
if(prob(70))
if(stored_gun)
stored_gun.forceMove(loc)
stored_gun = null
to_chat(user, "<span class='notice'>You remove the turret and salvage some components.</span>")
if(prob(50))
new /obj/item/stack/sheet/metal(loc, rand(1,4))