From 8cca4cb0430810a153a72085f10d0e289b12154b Mon Sep 17 00:00:00 2001 From: RadiantFlash7 Date: Fri, 1 Nov 2019 23:56:47 -0400 Subject: [PATCH] Comments out Stripper cell ...We do not need to give science the ability to instantly strip anyone, including ERT, Deathsquad, etc.. This was a bad idea all around. --- code/modules/research/designs/weapons_vr.dm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/code/modules/research/designs/weapons_vr.dm b/code/modules/research/designs/weapons_vr.dm index 0cde7758c4..2b81ce34ce 100644 --- a/code/modules/research/designs/weapons_vr.dm +++ b/code/modules/research/designs/weapons_vr.dm @@ -146,14 +146,15 @@ build_path = /obj/item/ammo_casing/microbattery/combat/xray sort_string = "MAVCF" -/datum/design/item/nsfw_cell/stripper +// Who the fuck thought this was a good idea? -RadiantFlash +/*/datum/design/item/nsfw_cell/stripper name = "STRIPPER" id = "nsfw_cell_stripper" req_tech = list(TECH_MATERIAL = 7, TECH_BIO = 4, TECH_POWER = 4, TECH_COMBAT = 4, TECH_ILLEGAL = 5) materials = list(DEFAULT_WALL_MATERIAL = 5000, "glass" = 5000, "uranium" = 2000, "phoron" = 2000, "diamond" = 500) build_path = /obj/item/ammo_casing/microbattery/combat/stripper sort_string = "MAVCG" - +*/ /* /datum/design/item/nsfw_cell/final name = "FINAL OPTION"