Fixes destructive analyzer name. Removed oldcode.

This commit is contained in:
Amunak
2014-12-14 05:05:09 +01:00
parent 67c719d9d6
commit b7e7d08599

View File

@@ -8,7 +8,7 @@ It is used to destroy hand-held objects and advance technological research. Cont
Note: Must be placed within 3 tiles of the R&D Console
*/
/obj/machinery/r_n_d/destructive_analyzer
name = "Destructive Analyzer"
name = "destructive analyzer"
icon_state = "d_analyzer"
var/obj/item/weapon/loaded_item = null
var/decon_mod = 1
@@ -105,13 +105,3 @@ Note: Must be placed within 3 tiles of the R&D Console
busy = 0
return 1
return
//For testing purposes only.
/*/obj/item/weapon/deconstruction_test
name = "Test Item"
desc = "WTF?"
icon = 'icons/obj/weapons.dmi'
icon_state = "d20"
g_amt = 5000
m_amt = 5000
origin_tech = "materials=5;phorontech=5;syndicate=5;programming=9"*/