Update turf.dm

This commit is contained in:
LetterJay
2017-07-31 18:15:16 -05:00
committed by GitHub
parent 3be62f3ccd
commit e8ae703c16
+1 -1
View File
@@ -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)