mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-07-18 11:44:05 +01:00
preserve outdoor state on turf demote (#11955)
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
if(!demote_to)
|
||||
return // Cannot demote further.
|
||||
|
||||
ChangeTurf(demote_to)
|
||||
ChangeTurf(demote_to, preserve_outdoors = TRUE)
|
||||
|
||||
/turf/simulated/floor/outdoors/grass
|
||||
demote_to = /turf/simulated/floor/outdoors/dirt
|
||||
|
||||
Reference in New Issue
Block a user