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
+4 -4
View File
@@ -436,9 +436,9 @@
user << "<span class='info'>There's no points left on [src].</span>"
..()
/obj/item/weapon/card/mining_point_card/examine()
..()
usr << "There's [points] points on the card."
/obj/item/weapon/card/mining_point_card/examine(mob/user)
..(user)
user << "There's [points] points on the card."
/**********************Jaunter**********************/
@@ -778,7 +778,7 @@
malfunctioning = 1
/obj/item/weapon/lazarus_injector/examine(mob/user)
..()
..(user)
if(!loaded)
user << "<span class='info'>[src] is empty.</span>"
if(malfunctioning)