Removes frame_desc from circuitboards.

This commit is contained in:
Techhead0
2015-05-12 00:09:51 -04:00
parent f6977dd8ed
commit 0d9a482be8
16 changed files with 1 additions and 38 deletions

View File

@@ -70,10 +70,7 @@
var/cp = text2path(A)
var/obj/ct = new cp() // have to quickly instantiate it get name
req_component_names[A] = ct.name
if(circuit.frame_desc)
desc = circuit.frame_desc
else
update_desc()
update_desc()
user << desc
else
user << "\red This frame does not accept circuit boards of this type!"