Examine Code Refactor

This commit is contained in:
Dip
2020-10-06 23:36:21 -03:00
parent c433514622
commit aa7d47a23b
334 changed files with 1337 additions and 1365 deletions
+3 -3
View File
@@ -116,11 +116,11 @@
return ..()
/obj/item/paper_bin/examine(mob/user)
..()
. = ..()
if(total_paper)
to_chat(user, "It contains " + (total_paper > 1 ? "[total_paper] papers" : " one paper")+".")
. += "It contains [total_paper > 1 ? "[total_paper] papers" : " one paper"]."
else
to_chat(user, "It doesn't contain anything.")
. += "It doesn't contain anything."
/obj/item/paper_bin/update_icon()