Continous update intergration until being merged

Also tgui fixes/updates
This commit is contained in:
Poojawa
2018-09-15 00:37:29 -05:00
parent a38922d90f
commit 1a2460ed28
12 changed files with 47 additions and 41 deletions
+6 -2
View File
@@ -39,11 +39,15 @@
for(var/i in baseturf_cache)
if(baseturf_to_replace[i])
baseturf_cache -= i
if(!baseturf_cache.len)
thing.assemble_baseturfs(baseturf)
else
thing.PlaceOnBottom(null, baseturf)
else if(baseturf_to_replace[thing.baseturfs])
thing.assemble_baseturfs(baseturf)
return
thing.PlaceOnBottom(null, baseturf)
else
thing.PlaceOnBottom(null, baseturf)
/obj/effect/baseturf_helper/space
name = "space baseturf editor"