mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-12 07:33:34 +01:00
Add New "Access Windoors" tool to Mapping_Helpers in Map Editor. (#21559)
* NanoMap Auto-Update (Sun Jul 2 02:02:08 UTC 2023) * Add New Directional Access for Windoors: - Credits to S34N for helping me with code. * Fixing spaces --------- Co-authored-by: NanoMap Generation <action@github.com>
This commit is contained in:
@@ -130,3 +130,7 @@
|
||||
|
||||
/obj/effect/mapping_helpers/airlock/autoname/payload(obj/machinery/door/airlock)
|
||||
airlock.name = get_area_name(airlock, TRUE)
|
||||
|
||||
//part responsible for windoors (thanks S34N)
|
||||
/obj/effect/mapping_helpers/airlock/windoor
|
||||
blacklist = list(/obj/machinery/door/firedoor, /obj/machinery/door/poddoor, /obj/machinery/door/unpowered, /obj/machinery/door/airlock)
|
||||
|
||||
Reference in New Issue
Block a user