Skip to content

Commit

Permalink
TGS Test Merge (#6517)
Browse files Browse the repository at this point in the history
  • Loading branch information
cm13-github committed Jun 22, 2024
2 parents b6b7841 + 559007b commit c65b66c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion code/game/gamemodes/colonialmarines/colonialmarines.dm
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,11 @@
continue
for(var/turf/turf in area)
if(turf.density)
continue
if(!istype(turf, /turf/closed/wall))
continue
var/turf/closed/wall/wall = turf
if(wall.hull)
continue
lz_smoke += new /obj/effect/particle_effect/smoke/miasma(turf, null, new_cause_data)

///Clears miasma smoke in landing zones
Expand Down

0 comments on commit c65b66c

Please sign in to comment.