Outdoor Turf Demote Needs To Be A Base Turf Proc (#11677)

This commit is contained in:
Will
2025-09-18 20:44:32 -04:00
committed by GitHub
parent c86507b5a7
commit 800fa453dc
@@ -11,7 +11,10 @@
T.demote_to = mytype
// This proc removes the topmost layer.
/turf/simulated/floor/outdoors/proc/demote()
/turf/proc/demote()
return
/turf/simulated/floor/outdoors/demote()
if(!demote_to)
return // Cannot demote further.