Fixes a bunch of bools missed in #11100

This commit is contained in:
Chompstation Bot
2021-07-16 21:12:20 +00:00
parent 1be5570337
commit d0d23ed393
93 changed files with 3291 additions and 195 deletions

View File

@@ -297,7 +297,7 @@ var/global/dmm_suite/preloader/_preloader = null
//simulates the DM multiple turfs on one tile underlaying
/dmm_suite/proc/add_underlying_turf(var/turf/placed,var/turf/underturf, var/list/turfs_underlays)
if(underturf.density)
placed.density = 1
placed.density = TRUE
if(underturf.opacity)
placed.opacity = 1
placed.underlays += turfs_underlays