mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-27 02:32:20 +00:00
Computer Fixes
This commit is contained in:
@@ -73,7 +73,8 @@
|
||||
var/overlay_layer = LIGHTING_LAYER+0.1
|
||||
|
||||
if(stat & NOPOWER)
|
||||
overlays += image(icon,"[icon_keyboard]_off",overlay_layer)
|
||||
if(icon_keyboard)
|
||||
overlays += image(icon,"[icon_keyboard]_off",overlay_layer)
|
||||
return
|
||||
overlays += image(icon, icon_keyboard ,overlay_layer)
|
||||
if(stat & BROKEN)
|
||||
|
||||
@@ -21,6 +21,7 @@
|
||||
|
||||
/obj/machinery/computer/teleporter/initialize()
|
||||
link_power_station()
|
||||
update_icon()
|
||||
|
||||
/obj/machinery/computer/teleporter/Destroy()
|
||||
if (power_station)
|
||||
|
||||
Reference in New Issue
Block a user