Skip to content

Commit

Permalink
всё
Browse files Browse the repository at this point in the history
  • Loading branch information
Ravgolin authored Nov 18, 2024
1 parent 5d6fb1f commit 5fe3b90
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion code/datums/components/seethrough.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5fe3b90

Please sign in to comment.