mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-25 01:22:13 +00:00
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:
@@ -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
|
||||
Reference in New Issue
Block a user