[MIRROR] Fix maint loot spawners not deleting after roundstart/spawning their loot. [MDB IGNORE] (#8686)

* Fix maint loot spawners not deleting after roundstart/spawning their loot. (#61707)

Maint loot spawners hang around and never get qdeleted after spawning their loot.

This does a little bit of simple code logic to limit copypasta and ensure that loot spawners never qdel late and that they qdel precisely when they intend to. Or when SSmapping intends for them to.

* Fix maint loot spawners not deleting after roundstart/spawning their loot.

Co-authored-by: Timberpoes <silent_insomnia_pp@hotmail.co.uk>
This commit is contained in:
SkyratBot
2021-10-08 08:06:58 -04:00
committed by GitHub
co-authored by Timberpoes
parent 210b17557e
commit 3251c19176
3 changed files with 19 additions and 10 deletions
+1 -1
View File
@@ -661,4 +661,4 @@ GLOBAL_LIST_EMPTY(the_station_areas)
CHECK_TICK
spawner.spawn_loot()
spawner.hide()
qdel(spawner)