Fix Dust level choice

This commit is contained in:
Aronai Sieyes
2020-03-24 20:51:12 -04:00
parent 94d61d1568
commit ac419404cb
2 changed files with 3 additions and 3 deletions
+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!
..()