mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-26 06:40:08 +01:00
ML3M and NFSW gun research removal
Removed from science research, but they are still in the code. This is to remove them from play. Reasons for removal are too complicated to state here.
This commit is contained in:
@@ -30,7 +30,9 @@
|
||||
build_path = /obj/item/weapon/reagent_containers/hypospray/science
|
||||
sort_string = "KCAVB"
|
||||
|
||||
|
||||
// ML-3M medigun and cells
|
||||
/*
|
||||
/datum/design/item/medical/cell_based/AssembleDesignName()
|
||||
..()
|
||||
name = "Cell-based medical prototype ([item_name])"
|
||||
@@ -241,4 +243,6 @@
|
||||
req_tech = list(TECH_MATERIAL = 5, TECH_MAGNET = 3, TECH_BLUESPACE = 3, TECH_BIO = 5, TECH_ILLEGAL = 5)
|
||||
materials = list(DEFAULT_WALL_MATERIAL = 5000, "glass" = 5000, "plastic" = 2500, "uranium" = 2000)
|
||||
build_path = /obj/item/ammo_casing/microbattery/medical/normalsize
|
||||
sort_string = "KVCOC"
|
||||
sort_string = "KVCOC"
|
||||
|
||||
Don't even think about it -DHA */
|
||||
@@ -74,6 +74,7 @@
|
||||
sort_string = "MAAUC"
|
||||
|
||||
// NSFW gun and cells
|
||||
/*
|
||||
/datum/design/item/weapon/cell_based/AssembleDesignName()
|
||||
..()
|
||||
name = "Cell-based weapon prototype ([item_name])"
|
||||
@@ -145,6 +146,8 @@
|
||||
materials = list(DEFAULT_WALL_MATERIAL = 5000, "glass" = 5000, "silver" = 1000, "gold" = 1000, "uranium" = 1000, "phoron" = 1000)
|
||||
build_path = /obj/item/ammo_casing/microbattery/combat/xray
|
||||
sort_string = "MAVCF"
|
||||
*/
|
||||
|
||||
|
||||
// Who the fuck thought this was a good idea? -RadiantFlash
|
||||
/*/datum/design/item/nsfw_cell/stripper
|
||||
@@ -154,7 +157,9 @@
|
||||
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"
|
||||
*/
|
||||
|
||||
None of these for now, too. -DHA */
|
||||
|
||||
/*
|
||||
/datum/design/item/nsfw_cell/final
|
||||
name = "FINAL OPTION"
|
||||
|
||||
Reference in New Issue
Block a user