mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-27 15:01:04 +01:00
Refactor /obj/screen to /atom/movable/screen (#19852)
Part of backend stuff required for #19188. Should probably be test merged. --------- Co-authored-by: Cody Brittain <cbrittain10@live.com>
This commit is contained in:
co-authored by
Cody Brittain
parent
3c474b70df
commit
dc610520fe
@@ -23,7 +23,7 @@
|
||||
var/aura_color = "#ff0022"
|
||||
|
||||
var/datum/component/armor/psionic/armor_component
|
||||
var/obj/screen/psi/hub/ui // Reference to the master psi UI object.
|
||||
var/atom/movable/screen/psi/hub/ui // Reference to the master psi UI object.
|
||||
var/mob/living/owner // Reference to our owner.
|
||||
var/image/_aura_image // Client image
|
||||
|
||||
|
||||
Reference in New Issue
Block a user