From 0fe4c64d8991c29a6d7bc40217e10c502c22e6e4 Mon Sep 17 00:00:00 2001 From: Archie Date: Thu, 13 May 2021 04:35:15 -0300 Subject: [PATCH] lathe design --- Hyperbot/message.txt | 5 ----- .../code/modules/research/designs/autoylathe_designs.dm | 6 ++++++ 2 files changed, 6 insertions(+), 5 deletions(-) delete mode 100644 Hyperbot/message.txt diff --git a/Hyperbot/message.txt b/Hyperbot/message.txt deleted file mode 100644 index 1909258b..00000000 --- a/Hyperbot/message.txt +++ /dev/null @@ -1,5 +0,0 @@ -!**The Round has ended!**```Round ID: -Round Time: 12 minutes and 41.2 seconds -Total Population: 0``` -**The Crew!** ```Artificer (88) -``` diff --git a/modular_citadel/code/modules/research/designs/autoylathe_designs.dm b/modular_citadel/code/modules/research/designs/autoylathe_designs.dm index ac2b98b8..ecb004c5 100644 --- a/modular_citadel/code/modules/research/designs/autoylathe_designs.dm +++ b/modular_citadel/code/modules/research/designs/autoylathe_designs.dm @@ -179,6 +179,12 @@ materials = list(MAT_PLASTIC = 250, MAT_METAL = 50) build_path = /obj/item/toy/talking/griffin +/datum/design/autoylathe/talking/drone + name = "Drone Action Figure" + id = "droneactionfig" + materials = list(MAT_PLASTIC = 250, MAT_METAL = 50) + build_path = /obj/item/toy/talking/drone + /datum/design/autoylathe/cards name = "Deck of Cards" id = "carddeck"