Memory tracking shenanigans (#8359)

This commit is contained in:
Cadyn
2024-05-15 07:56:31 -07:00
committed by GitHub
parent 893e51c4b5
commit cf1db3c049
61 changed files with 1327 additions and 587 deletions

View File

@@ -27,7 +27,8 @@
blocks_emissive = FALSE
var/overlay_icon = null // Icon file used for overlays
icon_state = null
center_of_mass = null // No pixelshifting by placing on tables, etc.
center_of_mass_x = 0 //CHOMPEdit
center_of_mass_y = 0 //CHOMPEdit // No pixelshifting by placing on tables, etc.
randpixel = 0 // And no random pixelshifting on-creation either.
var/icon_state_unpowered = null // Icon state when the computer is turned off
var/icon_state_menu = "menu" // Icon state overlay when the computer is turned on, but no program is loaded that would override the screen.