Merge pull request #7829 from Loganbacca/hudfix

Fixes
This commit is contained in:
Chinsky
2015-01-15 11:31:03 +03:00
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -33,6 +33,9 @@
if(issilicon(A))
user << "<span class='notice'>The label refuses to stick to [A.name].</span>"
return
if(isobserver(A))
user << "<span class='notice'>[src] passes through [A.name].</span>"
return
if(istype(A, /obj/item/weapon/reagent_containers/glass))
user << "<span class='notice'>The label can't stick to the [A.name]. (Try using a pen)</span>"
return