Round Two

This commit is contained in:
Shadow
2020-01-11 11:53:07 -06:00
parent 6088899908
commit 46d7ca5d31
15 changed files with 21 additions and 6 deletions
+2 -2
View File
@@ -25,9 +25,9 @@
component_parts += new /obj/item/weapon/stock_parts/matter_bin(src)
RefreshParts()
/obj/machinery/photocopier/examine()
/obj/machinery/photocopier/examine(mob/user as mob)
if(..(user, 1))
to_chat(user, "The screen shows there's [toner ? [toner] : no] toner left in the printer.")
to_chat(user, "The screen shows there's [toner ? "[toner]" : "no"] toner left in the printer.")
/obj/machinery/photocopier/attack_ai(mob/user as mob)
return attack_hand(user)