Photo image fix

This commit is contained in:
Markolie
2015-09-21 22:49:49 +02:00
parent adeac4f9da
commit cc641cb477
+1 -1
View File
@@ -70,7 +70,7 @@
user << "\red You must hold \the [P] steady to burn \the [src]."
/obj/item/weapon/photo/examine(mob/user)
if(..(user, 1))
if(..(user, 1) || isobserver(user))
show(user)
else
user << "<span class='notice'>It is too far away.</span>"