Cleans up after oracleUI

Disablers paper for now until markdown paper is done
This commit is contained in:
Artur
2020-05-19 20:34:45 +03:00
parent e00cafd7e4
commit a16f2df71c
4 changed files with 5 additions and 7 deletions
+3
View File
@@ -21,6 +21,7 @@
resistance_flags = FLAMMABLE
max_integrity = 50
dog_fashion = /datum/dog_fashion/head
/*
var/info //What's actually written on the paper.
var/info_links //A different version of the paper which includes html links at fields and EOF
@@ -384,3 +385,5 @@
/obj/item/paper/crumpled/bloody
icon_state = "scrap_bloodied"
*/
-5
View File
@@ -849,11 +849,6 @@
if((stat & MAINT) && !opened) //no board; no interface
return
/obj/machinery/power/apc/oui_canview(mob/user)
if(area.hasSiliconAccessInArea(user)) //some APCs are mapped outside their assigned area, so this is required.
return TRUE
return ..()
/obj/machinery/power/apc/ui_interact(mob/user, ui_key = "main", datum/tgui/ui = null, force_open = FALSE, \
datum/tgui/master_ui = null, datum/ui_state/state = GLOB.default_state)
ui = SStgui.try_update_ui(user, src, ui_key, ui, force_open)