mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-08-23 12:47:13 +01:00
8 lines
256 B
Plaintext
8 lines
256 B
Plaintext
/datum/component/plumbing/hydroponics
|
|
demand_connects = NORTH | SOUTH | EAST | WEST
|
|
//hydroponics cuts the overlays anyway, no point drawing then erasing them
|
|
use_overlays = FALSE
|
|
|
|
/datum/component/plumbing/hydroponics/Initialize()
|
|
. = ..(TRUE, FALSE)
|