Updates Mineral Doors (#31071)

* door

* Update mineral_doors.dm

* Update test_attack_chain_structures.dmm

* Update rocky_motel_submap.dmm

---------

Co-authored-by: Fordoxia <143041327+Fordoxia@users.noreply.github.com>
This commit is contained in:
CRUNCH
2025-11-30 09:49:05 +00:00
committed by GitHub
co-authored by Fordoxia
parent 425d9313fa
commit 9a21d7363c
6 changed files with 47 additions and 20 deletions
@@ -184,7 +184,7 @@
TEST_ASSERT_LAST_CHATLOG(player, "You dismantle [loom]")
player.drop_held_item()
var/obj/structure/mineral_door/iron/door = teleport_to_first(player, /obj/structure/mineral_door/iron)
var/obj/structure/mineral_door/door = teleport_to_first(player, /obj/structure/mineral_door)
player.spawn_fast_tool(/obj/item/pickaxe)
player.click_on(door)
TEST_ASSERT_LAST_CHATLOG(player, "You finished digging.")