Merge pull request #3225 from Citadel-Station-13/upstream-merge-31413

[MIRROR] Removes useless commented-out what-if code from the 1970s
This commit is contained in:
LetterJay
2017-10-08 16:22:10 -04:00
committed by GitHub
8 changed files with 5 additions and 60 deletions
@@ -124,19 +124,6 @@
build_path = /obj/item/grenade/chem_grenade/pyro
category = list("Weapons")
/* // Currently commented out, because it has no worthwhile useage yet.
/datum/design/cryo_grenade
name = "Cryo Grenade"
desc = "An advanced grenade that rapidly cools its contents upon detonation."
id = "cryo_Grenade"
req_tech = list("combat" = 3, "materials" = 3)
build_type = PROTOLATHE
materials = list(MAT_METAL = 2000, MAT_SILVER = 500)
build_path = /obj/item/grenade/chem_grenade/cryo
category = list("Weapons")
*/
/datum/design/adv_grenade
name = "Advanced Release Grenade"
desc = "An advanced grenade that can be detonated several times, best used with a repeating igniter."