Examine Code Refactor

This commit is contained in:
Dip
2020-10-06 23:36:21 -03:00
parent c433514622
commit aa7d47a23b
334 changed files with 1337 additions and 1365 deletions
+4 -4
View File
@@ -47,11 +47,11 @@ RLD
/obj/item/construction/examine(mob/user)
. = ..()
to_chat(user, "It currently holds [matter]/[max_matter] matter-units." )
. += "\A [src]. It currently holds [matter]/[max_matter] matter-units."
if(upgrade & RCD_UPGRADE_FRAMES)
to_chat(user, "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)
to_chat(user, "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)
@@ -875,4 +875,4 @@ RLD
#undef GLOW_MODE
#undef LIGHT_MODE
#undef REMOVE_MODE
#undef REMOVE_MODE