Port: Merge pull request #6980 from VOREStation/aro-dust

Fix dust zlevel choice
This commit is contained in:
Novacat
2020-03-24 21:10:32 -04:00
committed by Leshana
parent a5e11749c8
commit 94c3f9dbef
+1 -1
View File
@@ -2,7 +2,7 @@
startWhen = 10
endWhen = 30
/datum/event/carp_migration/start()
/datum/event/dust/start()
affecting_z -= global.using_map.sealed_levels // Space levels only please!
..()