mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-12 00:20:42 +01:00
Ore Detectors (#10182)
Replaced ore radars with ore detectors. It display pings in the darkness when it spots the ore, even through walls.
Mining stationbounds and drones now get ore detectors.
You can now see psi-pings through walls again.
This commit is contained in:
@@ -690,6 +690,7 @@ var/global/list/robot_modules = list(
|
||||
src.modules += new /obj/item/storage/bag/sheetsnatcher/borg(src)
|
||||
src.modules += new /obj/item/gripper/miner(src)
|
||||
src.modules += new /obj/item/rfd/mining(src)
|
||||
src.modules += new /obj/item/ore_detector(src)
|
||||
src.modules += new /obj/item/mining_scanner(src)
|
||||
src.modules += new /obj/item/ore_radar(src)
|
||||
src.modules += new /obj/item/pen/robopen(src)
|
||||
@@ -977,6 +978,7 @@ var/global/list/robot_modules = list(
|
||||
modules += new /obj/item/tank/jetpack/carbondioxide(src)
|
||||
modules += new /obj/item/rfd/mining(src)
|
||||
modules += new /obj/item/tethering_device(src)
|
||||
modules += new /obj/item/ore_detector(src)
|
||||
|
||||
var/datum/matter_synth/metal = new /datum/matter_synth/metal(20000)
|
||||
synths += metal
|
||||
|
||||
Reference in New Issue
Block a user