diff --git a/code/game/turfs/turf.dm b/code/game/turfs/turf.dm index 2e7b560af3..924628a27d 100644 --- a/code/game/turfs/turf.dm +++ b/code/game/turfs/turf.dm @@ -414,7 +414,7 @@ allowed_contents -= src for(var/i in 1 to allowed_contents.len) var/thing = allowed_contents[i] - qdel(thing, force=TRUE + qdel(thing, force=TRUE) var/turf/newT = ChangeTurf(turf_type, baseturf_type, FALSE, FALSE)