mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-29 19:43:16 +00:00
Merge pull request #1758 from Yoshax/walls
Ensures walls spawn 2 pieces of metal when deconstructed
This commit is contained in:
@@ -164,6 +164,8 @@
|
||||
material.place_dismantled_girder(src)
|
||||
if(!devastated)
|
||||
material.place_dismantled_product(src)
|
||||
if (!reinf_material)
|
||||
material.place_dismantled_product(src)
|
||||
|
||||
for(var/obj/O in src.contents) //Eject contents!
|
||||
if(istype(O,/obj/structure/sign/poster))
|
||||
|
||||
Reference in New Issue
Block a user