mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 13:37:58 +01:00
oi have you got a loicense for that hologram (#28330)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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)))
|
||||
|
||||
Reference in New Issue
Block a user