From d8fbd0b2cceb1b9e33e9a48722668034e3898ef0 Mon Sep 17 00:00:00 2001 From: Cael_Aislinn Date: Fri, 15 Mar 2013 01:09:02 +1000 Subject: [PATCH] tweaked some names Signed-off-by: Cael_Aislinn --- .../research/xenoarchaeology/machinery/artifact_analyser.dm | 4 ++-- .../research/xenoarchaeology/machinery/artifact_harvester.dm | 2 +- .../research/xenoarchaeology/machinery/artifact_scanner.dm | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/code/modules/research/xenoarchaeology/machinery/artifact_analyser.dm b/code/modules/research/xenoarchaeology/machinery/artifact_analyser.dm index 2662ae5aab3..7daa0a665aa 100644 --- a/code/modules/research/xenoarchaeology/machinery/artifact_analyser.dm +++ b/code/modules/research/xenoarchaeology/machinery/artifact_analyser.dm @@ -1,7 +1,7 @@ /obj/machinery/artifact_analyser - name = "Artifact Analyser" - desc = "Studies the structure of artifacts to discover their uses." + name = "Anomaly Analyser" + desc = "Studies the emissions of anomalous materials to discover their uses." icon = 'icons/obj/virology.dmi' icon_state = "isolator" anchored = 1 diff --git a/code/modules/research/xenoarchaeology/machinery/artifact_harvester.dm b/code/modules/research/xenoarchaeology/machinery/artifact_harvester.dm index 459f3869dca..426b9165a13 100644 --- a/code/modules/research/xenoarchaeology/machinery/artifact_harvester.dm +++ b/code/modules/research/xenoarchaeology/machinery/artifact_harvester.dm @@ -1,6 +1,6 @@ /obj/machinery/artifact_harvester - name = "Anomaly Power Collector" + name = "Exotic Particle Harvester" icon = 'virology.dmi' icon_state = "incubator" //incubator_on anchored = 1 diff --git a/code/modules/research/xenoarchaeology/machinery/artifact_scanner.dm b/code/modules/research/xenoarchaeology/machinery/artifact_scanner.dm index 2fc313f0607..cb03b91c276 100644 --- a/code/modules/research/xenoarchaeology/machinery/artifact_scanner.dm +++ b/code/modules/research/xenoarchaeology/machinery/artifact_scanner.dm @@ -1,6 +1,6 @@ /obj/machinery/artifact_scanpad - name = "anomalous scanner pad" + name = "Anomaly Scanner Pad" desc = "Place things here for scanning." icon = 'stationobjs.dmi' icon_state = "tele0"