mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 02:16:05 +00:00
RCD window construction/deconstruction (#29637)
* Adding spawner * File itself * Window schematics * Construct window framework * Adding to schematics and deconstructioN * Adding to mech and borg schematics, placeholder icon * Fixing compile errors * Unneeded var * Hopefully better logic * Copypasting fix * Another compile fix * This should make selecting them actually work * No deconstructing plasma glass * Better checks, can_r_wall usage * Less brackets * Overlay implementation testing * More of it * Remove for now so it can compile, come up with better idea later * Workable solution * Now actually works right * Custom dirs Co-authored-by: kanef <kanef9x@protonmail.com>
This commit is contained in:
@@ -3,7 +3,8 @@
|
||||
/datum/rcd_schematic/decon,
|
||||
/datum/rcd_schematic/con_floors,
|
||||
/datum/rcd_schematic/con_walls,
|
||||
/datum/rcd_schematic/con_airlock
|
||||
/datum/rcd_schematic/con_airlock,
|
||||
/datum/rcd_schematic/con_window,
|
||||
)
|
||||
|
||||
|
||||
@@ -35,7 +36,8 @@
|
||||
/datum/rcd_schematic/decon,
|
||||
/datum/rcd_schematic/con_floors,
|
||||
/datum/rcd_schematic/con_walls,
|
||||
/datum/rcd_schematic/con_airlock/borg
|
||||
/datum/rcd_schematic/con_airlock/borg,
|
||||
/datum/rcd_schematic/con_window/borg,
|
||||
)
|
||||
|
||||
/obj/item/device/rcd/matter/engineering/pre_loaded/admin
|
||||
|
||||
Reference in New Issue
Block a user