mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
Removes some useless vars (#12259)
* Removes some useless vars Removes a bunch of vars, or demotes them to more specific typepaths than /atom when they are used just a few times or no times at all. * Another one boyos * Remove another var in favor of a global list * Make ashtype a proc, since its only used in 4 places and is completely static * NEVER USED * Demote to /atom/movable * Demote to /atom/movable, again * Makes on_MOVEd be on /atom/movable * Removes unusued /turf var * Unusued on /atom, demote to /atom/movable * Removes unused turf var * Makes materials and starting materials /atom/movable
This commit is contained in:
@@ -7,4 +7,3 @@
|
||||
/datum/var/disposed
|
||||
// Garbage collection (controller).
|
||||
/datum/var/gcDestroyed
|
||||
/datum/var/timeDestroyed
|
||||
|
||||
Reference in New Issue
Block a user