[MIRROR] Adds techweb doppler arrays and fixes their name/desc (#5653)
* adds techweb doppler arrays, fixes techweb desc/name (#35846) * Adds techweb doppler arrays and fixes their name/desc
This commit is contained in:
committed by
Poojawa
parent
23b98e4e52
commit
af34232b1a
@@ -33293,7 +33293,7 @@
|
||||
/turf/open/floor/plating,
|
||||
/area/science/mixing)
|
||||
"bGd" = (
|
||||
/obj/machinery/doppler_array{
|
||||
/obj/machinery/doppler_array/research/science{
|
||||
dir = 4
|
||||
},
|
||||
/obj/effect/turf_decal/bot{
|
||||
|
||||
@@ -90673,7 +90673,7 @@
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/science/test_area)
|
||||
"dJJ" = (
|
||||
/obj/machinery/doppler_array{
|
||||
/obj/machinery/doppler_array/research/science{
|
||||
dir = 8
|
||||
},
|
||||
/obj/structure/extinguisher_cabinet{
|
||||
|
||||
@@ -70577,7 +70577,7 @@
|
||||
/turf/open/floor/plasteel/vault,
|
||||
/area/chapel/main)
|
||||
"cQB" = (
|
||||
/obj/machinery/doppler_array{
|
||||
/obj/machinery/doppler_array/research/science{
|
||||
dir = 4
|
||||
},
|
||||
/obj/item/device/radio/intercom{
|
||||
|
||||
@@ -35547,7 +35547,7 @@
|
||||
/area/science/mineral_storeroom)
|
||||
"bIO" = (
|
||||
/obj/structure/window/reinforced,
|
||||
/obj/machinery/doppler_array{
|
||||
/obj/machinery/doppler_array/research/science{
|
||||
dir = 2
|
||||
},
|
||||
/obj/effect/turf_decal/bot{
|
||||
|
||||
@@ -101,8 +101,8 @@ GLOBAL_LIST_EMPTY(doppler_arrays)
|
||||
use_power = NO_POWER_USE
|
||||
|
||||
/obj/machinery/doppler_array/research
|
||||
name = "tachyon-dopplar research array"
|
||||
desc = "A specialized tacyhon-dopplar bomb detection array that uses the results of the highest yield of explosions for research."
|
||||
name = "tachyon-doppler research array"
|
||||
desc = "A specialized tachyon-doppler bomb detection array that uses the results of the highest yield of explosions for research."
|
||||
var/datum/techweb/linked_techweb
|
||||
|
||||
/obj/machinery/doppler_array/research/sense_explosion(turf/epicenter, dev, heavy, light, time, orig_dev, orig_heavy, orig_light) //probably needs a way to ignore admin explosives later on
|
||||
|
||||
Reference in New Issue
Block a user