Recovered Crew | Medical+Cargo Respawns (#87072)

Co-authored-by: MrMelbert <51863163+MrMelbert@users.noreply.github.com>
Co-authored-by: _0Steven <42909981+00-Steven@users.noreply.github.com>
Co-authored-by: SmArtKar <44720187+SmArtKar@users.noreply.github.com>
This commit is contained in:
Time-Green
2024-10-26 09:36:57 +02:00
committed by GitHub
co-authored by MrMelbert _0Steven SmArtKar
parent 95cc258845
commit d170a410d4
45 changed files with 950 additions and 72 deletions
+2
View File
@@ -6,6 +6,8 @@
var/list/all_closets = subtypesof(/obj/structure/closet)
//Supply pods. They are sent, crashed, opened and never closed again. They also cause exceptions in nullspace.
all_closets -= typesof(/obj/structure/closet/supplypod)
/// these bitches spawn specially crafted humans with gear and moving organs being shuffled around through the whole process
all_closets -= typesof(/obj/structure/closet/body_bag/lost_crew/with_body)
for(var/closet_type in all_closets)
var/obj/structure/closet/closet = allocate(closet_type)