mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-30 07:27:57 +01:00
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:
@@ -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.")
|
||||
|
||||
Reference in New Issue
Block a user