Ports "Fixes ChangeTurf CHANGETURF_INHERIT_AIR flag and add it to all calls."

This commit is contained in:
Ghommie
2019-12-17 01:57:56 +01:00
parent 5f59d7a9c5
commit 5bf252a58c
32 changed files with 91 additions and 141 deletions
+1 -1
View File
@@ -106,7 +106,7 @@
qdel(L)
playsound(src, 'sound/weapons/genhit.ogg', 50, 1)
to_chat(user, "<span class='notice'>You build a floor.</span>")
PlaceOnTop(/turf/open/floor/plating)
PlaceOnTop(/turf/open/floor/plating, flags = CHANGETURF_INHERIT_AIR)
else
to_chat(user, "<span class='warning'>You need one floor tile to build a floor!</span>")
else