Fixes some printouts causing a runtime error when photocopied

This commit is contained in:
Hubblenaut
2014-06-07 18:27:22 +02:00
parent 33917763df
commit f12ee3f7b3
4 changed files with 6 additions and 5 deletions

View File

@@ -157,7 +157,7 @@
var/obj/item/weapon/paper/P = new(usr.loc)
P.name = "Autopsy Data ([target_name])"
P.info = "<tt>[scan_data]</tt>"
P.overlays += "paper_words"
P.icon_state = "paper_words"
if(istype(usr,/mob/living/carbon))
// place the item in the usr's hand if possible