Skip to content

Commit

Permalink
oi have you got a loicense for that hologram (#28330)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vi3trice authored Feb 20, 2025
1 parent bc93821 commit 0848550
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions code/game/machinery/hologram.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion code/game/objects/effects/portals.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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)))
Expand Down

0 comments on commit 0848550

Please sign in to comment.