Improve extended examination text for many objects (#31381)

Plurality, capitalization, punctuation, and item icons have been
improved. Status displays now show the same text on examination that
they do visually. Inducers only show a success message when they
actually succeed.
This commit is contained in:
Tad Hardesty
2017-10-10 01:06:46 -07:00
committed by CitadelStationBot
parent eb9737912c
commit 01ecdff51a
47 changed files with 143 additions and 128 deletions
@@ -40,11 +40,11 @@
switch(construction_state)
if(PA_CONSTRUCTION_UNSECURED)
to_chat(user, "Looks like it's not attached to the flooring")
to_chat(user, "Looks like it's not attached to the flooring.")
if(PA_CONSTRUCTION_UNWIRED)
to_chat(user, "It is missing some cables")
to_chat(user, "It is missing some cables.")
if(PA_CONSTRUCTION_PANEL_OPEN)
to_chat(user, "The panel is open")
to_chat(user, "The panel is open.")
to_chat(user, "<span class='notice'>Alt-click to rotate it clockwise.</span>")
@@ -257,11 +257,11 @@
..()
switch(construction_state)
if(PA_CONSTRUCTION_UNSECURED)
to_chat(user, "Looks like it's not attached to the flooring")
to_chat(user, "Looks like it's not attached to the flooring.")
if(PA_CONSTRUCTION_UNWIRED)
to_chat(user, "It is missing some cables")
to_chat(user, "It is missing some cables.")
if(PA_CONSTRUCTION_PANEL_OPEN)
to_chat(user, "The panel is open")
to_chat(user, "The panel is open.")
/obj/machinery/particle_accelerator/control_box/attackby(obj/item/W, mob/user, params)