mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 04:27:35 +01:00
Photo image fix
This commit is contained in:
@@ -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>"
|
||||
|
||||
Reference in New Issue
Block a user