Adds a freeze ray gun (#11114)

This pr adds a freeze ray gun. It works by reducing the mob's temperature until they freeze and get stuck inside ice for a while. The gun also has an alt-fire mode that fires ice bolt.
This commit is contained in:
Alberyk
2021-02-06 12:45:46 -03:00
committed by GitHub
parent afeb4a0849
commit 1a98599edd
13 changed files with 119 additions and 17 deletions

View File

@@ -242,4 +242,9 @@
/datum/design/item/modular_weapon/modular_net
req_tech = list(TECH_COMBAT = 5, TECH_PHORON = 4, TECH_ILLEGAL = 4)
materials = list(DEFAULT_WALL_MATERIAL = 5000, MATERIAL_GLASS = 1000, MATERIAL_PHORON = 3000)
build_path = /obj/item/laser_components/modulator/net
build_path = /obj/item/laser_components/modulator/net
/datum/design/item/modular_weapon/freezing_ray
req_tech = list(TECH_COMBAT = 3, TECH_MAGNET = 5, TECH_MATERIAL = 4)
materials = list(DEFAULT_WALL_MATERIAL = 2000, MATERIAL_GLASS = 1000, MATERIAL_URANIUM = 500)
build_path = /obj/item/laser_components/modulator/freeze