Skip to content

Commit

Permalink
Random variable documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben10083 committed Jul 19, 2023
1 parent 7eb1321 commit b29960d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/modules/mob/dead/observer/observer.dm
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@
var/updatedir = TRUE //Do we have to update our dir as the ghost moves around?
var/atom/movable/following = null
var/datum/orbit_menu/orbit_menu
var/mob/observetarget = null //The target mob that the ghost is observing. Used as a reference in logout()
/// The target mob that the ghost is observing. Used as a reference in logout()
var/mob/observetarget = null
var/datum/health_scan/last_health_display
var/ghost_orbit = GHOST_ORBIT_CIRCLE
var/own_orbit_size = 0
Expand Down

0 comments on commit b29960d

Please sign in to comment.