All the relevant examine changes.

This commit is contained in:
PsiOmega
2014-11-05 08:57:27 +01:00
parent e19a79a340
commit bc438e21ad
135 changed files with 665 additions and 876 deletions

View File

@@ -204,6 +204,6 @@
if("P (OP)")
mode = "white_halfp"
/obj/item/device/floor_painter/examine()
..()
usr << "It is in [mode_nice] mode."
/obj/item/device/floor_painter/examine(mob/user)
..(user)
user << "It is in [mode_nice] mode."