remove errant debug chat message from alien cache (#30599)

* remove errant debug chat message

* Update machine_designs.dm
This commit is contained in:
Migratingcocofruit
2025-10-02 02:45:10 +00:00
committed by GitHub
parent e29ace7bcc
commit 5194a77802
2 changed files with 1 additions and 2 deletions
@@ -15,7 +15,7 @@
/datum/design/laser_terminal
name = "Machine Board (Laser Terminal)"
desc = "The circuit board for a PTL terminal."
id = "thermomachine"
id = "laser_terminal"
req_tech = list("powerstorage" = 4, "plasmatech" = 3)
build_type = IMPRINTER
materials = list(MAT_GLASS = 1000)