mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 13:30:42 +01:00
NanoUI sources can now be datums instead of atom/movable.
Also accidentally fixes #7042 as the AI no longer cares about the machinery var.
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
if(shattered) return
|
||||
|
||||
if(ishuman(user))
|
||||
var/obj/nano_module/appearance_changer/AC = ui_users[user]
|
||||
var/datum/nano_module/appearance_changer/AC = ui_users[user]
|
||||
if(!AC)
|
||||
AC = new(src, user)
|
||||
AC.name = "SalonPro Nano-Mirror(TM)"
|
||||
|
||||
Reference in New Issue
Block a user