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
@@ -66,11 +66,11 @@
infect_virus2(target,src.virus2)
qdel(src)
/obj/item/weapon/virusdish/examine()
usr << "This is a virus containment dish."
/obj/item/weapon/virusdish/examine(mob/user)
user << "This is a virus containment dish."
if(src.info)
usr << "It has the following information about its contents:"
usr << src.info
user << "It has the following information about its contents:"
user << src.info
/obj/item/weapon/ruinedvirusdish
name = "ruined virus sample"