mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-28 10:01:58 +00:00
9 lines
198 B
Plaintext
9 lines
198 B
Plaintext
//used to optimize map expansion
|
|
/turf/basic/New()
|
|
|
|
/turf/basic/ChangeTurf(var/T)
|
|
new T(src)
|
|
var/static/warned
|
|
if(!warned)
|
|
warned = TRUE
|
|
CRASH("Basic ChangeTurf") |