mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-21 21:10:30 +01:00
ab23fbdb70
Unified most of the procs into one definition, so there are no duplicate around the codebase. Marked some of the above as overridable if a good enough case can be made for them (eg. external dependency or unlikely to be used).
6 lines
119 B
Plaintext
6 lines
119 B
Plaintext
/datum/turf_initializer/proc/initialize(var/turf/T)
|
|
return
|
|
|
|
/area
|
|
var/datum/turf_initializer/turf_initializer = null
|