This commit is contained in:
r4d6
2020-01-07 02:04:06 -05:00
parent 20d5e4f480
commit 68e48209da
+3 -3
View File
@@ -47,11 +47,11 @@ RLD
/obj/item/construction/examine(mob/user)
. = ..()
. += "\It currently holds [matter]/[max_matter] matter-units."
. += "It currently holds [matter]/[max_matter] matter-units."
if(upgrade & RCD_UPGRADE_FRAMES)
. += "\It contains the design for machine frames, computer frames and deconstruction."
. += "It contains the design for machine frames, computer frames and deconstruction."
if(upgrade & RCD_UPGRADE_SIMPLE_CIRCUITS)
. += "\It contains the design for firelock, air alarm, fire alarm, apc circuits and crap power cells."
. += "It contains the design for firelock, air alarm, fire alarm, apc circuits and crap power cells."
/obj/item/construction/Destroy()
QDEL_NULL(spark_system)