mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 20:48:56 +01:00
🍕
This commit is contained in:
@@ -33,6 +33,10 @@
|
||||
|
||||
/obj/machinery/door/airlock/update_overlays()
|
||||
. = ..()
|
||||
if(QDELETED(src))
|
||||
return
|
||||
if(isnull(overlays_file))
|
||||
return
|
||||
var/frame_state
|
||||
var/light_state = AIRLOCK_LIGHT_POWERON
|
||||
if(machine_stat & MAINT) // in the process of being emagged
|
||||
@@ -324,10 +328,6 @@
|
||||
icon = 'modular_skyrat/modules/aesthetics/airlock/icons/airlocks/highsec/highsec.dmi'
|
||||
overlays_file = 'modular_skyrat/modules/aesthetics/airlock/icons/airlocks/highsec/overlays.dmi'
|
||||
|
||||
//NUKIE AIRLOCK - Already looks great, this makes it call for no overlay emissives like on upstream... again.
|
||||
/obj/machinery/door/airlock/highsecurity/syndicate
|
||||
overlays_file = null
|
||||
|
||||
//TITANIUM / SHUTTLE
|
||||
/obj/machinery/door/airlock/titanium
|
||||
icon = 'modular_skyrat/modules/aesthetics/airlock/icons/airlocks/shuttle/shuttle.dmi'
|
||||
|
||||
Reference in New Issue
Block a user