mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-08-20 19:26:54 +01:00
8 lines
135 B
Plaintext
8 lines
135 B
Plaintext
/obj/structure/stairs/Initialize(mapload)
|
|
GLOB.stairs += src
|
|
. = ..()
|
|
|
|
/obj/structure/stairs/Destroy()
|
|
GLOB.stairs -= src
|
|
. = ..()
|