mirror of
https://github.com/Aurorastation/Aurora-Old.git
synced 2026-08-29 15:46:26 +01:00
Known errors: * A set of errors tied to updating the fire overlays. * A single error related to a dischephency between new and old slime code * A set of errors related to the recharging of stun batons * A single error due to old machinery code coming from your grav generator file * A single error error from your space cooler code, due to old atmopsherics code * A playerpanel warning * An error tied to extinguishing and old atmos code.
10 lines
314 B
Plaintext
10 lines
314 B
Plaintext
//Terribly sorry for the code doubling, but things go derpy otherwise.
|
|
/obj/machinery/door/airlock/multi_tile
|
|
width = 2
|
|
|
|
/obj/machinery/door/airlock/multi_tile/glass
|
|
name = "Glass Airlock"
|
|
icon = 'icons/obj/doors/Door2x1glass.dmi'
|
|
opacity = 0
|
|
glass = 1
|
|
assembly_type = /obj/structure/door_assembly/multi_tile |