[MIRROR] Adjusts Door Mapping Helper Layers [MDB IGNORE] (#14588)

* Adjusts Door Mapping Helper Layers (#68032)

Hey there,

Access helper layers are great and all, but they tended to have this sort of effect on maps where since they were on the same layer as all of the other mapping helpers for doors, they would just tend to cover up the smaller sprites the others used, like this:

So, this just switches up the layers a bit by having a new layer called `DOOR_ACCESS_HELPER_LAYER` (that is still above `OPEN_DOOR_LAYER`) just for Access Helpers, while every other airlock helper takes the `DOOR_HELPER_LAYER` (like before), which has been increased by 0.01 more funny number.

Ok?

* Adjusts Door Mapping Helper Layers

Co-authored-by: san7890 <the@san7890.com>
This commit is contained in:
SkyratBot
2022-06-28 18:22:13 +02:00
committed by GitHub
parent ca6276935a
commit c0462e7bd9
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
/obj/effect/mapping_helpers/airlock/access
layer = DOOR_HELPER_LAYER
layer = DOOR_ACCESS_HELPER_LAYER
icon_state = "access_helper"
// These are mutually exclusive; can't have req_any and req_all
-1
View File
@@ -189,7 +189,6 @@
else
airlock.locked = TRUE
/obj/effect/mapping_helpers/airlock/unres
name = "airlock unrestricted side helper"
icon_state = "airlock_unres_helper"