oi have you got a loicense for that hologram (#28330)

This commit is contained in:
Vi3trice
2025-02-20 20:02:11 +00:00
committed by GitHub
parent bc93821aba
commit 0848550a2f
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -550,6 +550,7 @@ For the other part of the code, check silicon say.dm. Particularly robot talk.*/
/obj/effect/overlay/holo_pad_hologram
var/mob/living/Impersonation
var/datum/holocall/HC
flags_2 = HOLOGRAM_2
/obj/effect/overlay/holo_pad_hologram/Destroy()
Impersonation = null
+1 -1
View File
@@ -68,7 +68,7 @@
return
/obj/effect/portal/proc/on_atom_entered(datum/source, atom/movable/entered, old_loc)
if(isobserver(entered))
if(isobserver(entered) || entered.flags_2 & HOLOGRAM_2)
return
if(target && (get_turf(old_loc) == get_turf(target)))