From 4147cb652e5c0226b1a4b4f9885851b7370e823b Mon Sep 17 00:00:00 2001 From: cuberound <122645057+cuberound@users.noreply.github.com> Date: Mon, 29 Jul 2024 22:12:24 +0200 Subject: [PATCH] Mass driver removal (#6801) # About the pull request it was turned into prop 5 years ago, never used and not it is time to remove it # Explain why it's good for the game less legacy junk # Testing Photographs and Procedure
Screenshots & Videos Put screenshots and videos here with an empty line between the screenshots and the `
` tags.
# Changelog :cl: del: Removes mass driver /:cl: --------- Co-authored-by: vincibrv --- code/game/machinery/mass_driver.dm | 10 ---------- colonialmarines.dme | 1 - 2 files changed, 11 deletions(-) delete mode 100644 code/game/machinery/mass_driver.dm diff --git a/code/game/machinery/mass_driver.dm b/code/game/machinery/mass_driver.dm deleted file mode 100644 index f1b0081e3a39..000000000000 --- a/code/game/machinery/mass_driver.dm +++ /dev/null @@ -1,10 +0,0 @@ -// Legacy SS13 machinery turned into a prop -/obj/structure/machinery/mass_driver - name = "mass driver" - desc = "Shoots things into space." - icon = 'icons/obj/structures/props/stationobjs.dmi' - icon_state = "mass_driver" - anchored = TRUE - use_power = USE_POWER_IDLE - idle_power_usage = 2 - active_power_usage = 50 diff --git a/colonialmarines.dme b/colonialmarines.dme index 91053b9c8c67..2c2b6fc81baf 100644 --- a/colonialmarines.dme +++ b/colonialmarines.dme @@ -867,7 +867,6 @@ #include "code\game\machinery\lightswitch.dm" #include "code\game\machinery\line_nexter.dm" #include "code\game\machinery\machinery.dm" -#include "code\game\machinery\mass_driver.dm" #include "code\game\machinery\mining.dm" #include "code\game\machinery\misc.dm" #include "code\game\machinery\navbeacon.dm"