mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 04:30:44 +01:00
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:
co-authored by
MrMelbert
_0Steven
SmArtKar
parent
95cc258845
commit
d170a410d4
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user