Fix resin doors not being breakable (#18495)

* Fix resin doors not being breakable

* Update simple_doors.dm
This commit is contained in:
nesquik
2025-09-16 15:06:17 +02:00
committed by GitHub
parent 5fe09bb52f
commit 2accc38ab1
@@ -4,6 +4,7 @@
density = TRUE
anchored = TRUE
can_atmos_pass = ATMOS_PASS_DENSITY
breakable = TRUE
icon = 'icons/obj/doors/material_doors.dmi'
icon_state = "metal"