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"