diff --git a/code/datums/components/seethrough.dm b/code/datums/components/seethrough.dm index 0ff48ad3d9c..9e8a0aed4f5 100644 --- a/code/datums/components/seethrough.dm +++ b/code/datums/components/seethrough.dm @@ -3,7 +3,9 @@ /// List of lists that represent relative coordinates to the source atom var/list/relative_turf_coords /// A list of turfs on which we make ourself transparent - + var/list/watched_turfs + /// Associate list, with client = trickery_image. Track which client is being tricked with which image + var/list/tricked_mobs = list() /// Which alpha do we animate towards? var/target_alpha /// How long our fase in/out takes