mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-10 09:54:52 +00:00
Fixes admin buildmode mass delete not working (#2206)
This commit is contained in:
committed by
kevinz000
parent
71d1dd46df
commit
32a7158a72
@@ -61,6 +61,20 @@
|
||||
|
||||
/datum/mapGenerator/repressurize
|
||||
modules = list(/datum/mapGeneratorModule/bottomLayer/repressurize)
|
||||
buildmode_name = "Block: Restore Roundstart Air Contents"
|
||||
|
||||
/datum/mapGenerator/massdelete
|
||||
modules = list(/datum/mapGeneratorModule/bottomLayer/massdelete)
|
||||
modules = list(/datum/mapGeneratorModule/bottomLayer/massdelete)
|
||||
buildmode_name = "Block: Full Mass Deletion"
|
||||
|
||||
/datum/mapGenerator/massdelete/nomob
|
||||
modules = list(/datum/mapGeneratorModule/bottomLayer/massdelete/no_delete_mobs)
|
||||
buildmode_name = "Block: Mass Deletion - Leave Mobs"
|
||||
|
||||
/datum/mapGenerator/massdelete/noturf
|
||||
modules = list(/datum/mapGeneratorModule/bottomLayer/massdelete/leave_turfs)
|
||||
buildmode_name = "Block: Mass Deletion - Leave Turfs"
|
||||
|
||||
/datum/mapGenerator/massdelete/regen
|
||||
modules = list(/datum/mapGeneratorModule/bottomLayer/massdelete/regeneration_delete)
|
||||
buildmode_name = "Block: Mass Deletion - Leave Mobs and Turfs"
|
||||
|
||||
Reference in New Issue
Block a user