Makes wall-mounted machines layer above windows

This commit is contained in:
Meghan-Rossi
2020-10-17 07:01:39 +01:00
committed by VirgoBot
parent 2e782bfd50
commit de36b996b9
32 changed files with 46 additions and 21 deletions
+1
View File
@@ -406,6 +406,7 @@ datum/unarmed_attack/holopugilism/unarmed_override(var/mob/living/carbon/human/u
desc = "This device is used to declare ready. If all devices in an area are ready, the event will begin!"
icon = 'icons/obj/monitors.dmi'
icon_state = "auth_off"
layer = ABOVE_WINDOW_LAYER
var/ready = 0
var/area/currentarea = null
var/eventstarted = 0