removes center of mass list (#17064)

* removes center of mass list

* .

* .

* fix that icon

* .
This commit is contained in:
Kashargul
2025-02-05 20:06:59 +01:00
committed by GitHub
parent f9bcaaae6a
commit 3d9113eae3
42 changed files with 1400 additions and 710 deletions
@@ -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
center_of_mass_y = 0 // 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.