mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 02:24:11 +01:00
remove most top-level vardecls (#23946)
This commit is contained in:
committed by
GitHub
parent
60433a70b6
commit
ed9842b730
@@ -376,9 +376,6 @@
|
||||
// Atom procs/vars
|
||||
///////////////////////////////////
|
||||
|
||||
/// UID for the atom which the current atom is orbiting
|
||||
/atom/movable/var/orbiting_uid = null
|
||||
|
||||
/**
|
||||
* Set an atom to orbit around another one. This atom will follow the base atom's movement and rotate around it.
|
||||
*
|
||||
|
||||
@@ -9,6 +9,9 @@
|
||||
var/var_edited = FALSE //Warranty void if seal is broken
|
||||
var/tmp/unique_datum_id = null
|
||||
|
||||
/// Used by SSprocessing
|
||||
var/isprocessing = FALSE
|
||||
|
||||
/**
|
||||
* A cached version of our \ref
|
||||
* The brunt of \ref costs are in creating entries in the string tree (a tree of immutable strings)
|
||||
|
||||
Reference in New Issue
Block a user