Bay12 examine overhaul.

This commit overhauls the examine system to baystation's latest system,
including a more efficient verb approach, and a new status panel tab,
which shows more information for pre-defined objects.
This commit is contained in:
Tigercat2000
2015-09-14 11:51:40 -07:00
parent cfbbf104ac
commit 0603f73232
146 changed files with 1381 additions and 1090 deletions
+2 -2
View File
@@ -20,7 +20,7 @@
component_parts += new /obj/item/weapon/stock_parts/console_screen(null)
component_parts += new /obj/item/stack/cable_coil(null, 1)
RefreshParts()
/obj/machinery/telepad/upgraded/New()
..()
component_parts = list()
@@ -132,7 +132,7 @@
processing_objects.Add(src)
/obj/item/weapon/rcs/examine(mob/user)
..()
..(user)
user << "There are [rcharges] charge\s left."
/obj/item/weapon/rcs/Destroy()
+1 -1
View File
@@ -43,7 +43,7 @@
return ..()
/obj/machinery/computer/telescience/examine(mob/user)
..()
..(user)
user << "There are [crystals.len ? crystals.len : "no"] bluespace crystal\s in the crystal slots."
/obj/machinery/computer/telescience/initialize()