Minor protolathe removal (#14134)

This commit is contained in:
TheDanseMacabre
2022-06-09 12:42:26 +02:00
committed by GitHub
parent b6c956d57c
commit a3b4e1db26
6 changed files with 41 additions and 49 deletions
@@ -62,11 +62,6 @@
materials = list(DEFAULT_WALL_MATERIAL = 1000, MATERIAL_GLASS = 3000, MATERIAL_PHORON = 1000)
build_path = /obj/item/shield/energy
/datum/design/item/weapon/gun/beegun
req_tech = list(TECH_MATERIAL = 6, TECH_BIO = 4, TECH_POWER = 4, TECH_COMBAT = 6, TECH_MAGNET = 4)
materials = list(DEFAULT_WALL_MATERIAL = 2000, MATERIAL_GLASS = 2000, MATERIAL_SILVER = 500, MATERIAL_DIAMOND = 3000)
build_path = /obj/item/gun/energy/beegun
/datum/design/item/weapon/gravity_gun //Hello, Gordon!
desc = "This nifty gun disables the gravity in the area you shoot at. Use with caution."
req_tech = list(TECH_COMBAT = 5, TECH_BLUESPACE = 5)