Merge pull request #11504 from necromanceranne/turret_fix
Fixes being unable to remove turret guns
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user