Cargo Fluff (#9781)

This commit is contained in:
Geeves
2020-08-28 16:15:08 +02:00
committed by GitHub
parent 6381c8403b
commit 4551b8b7bc
4 changed files with 14 additions and 3 deletions
+2
View File
@@ -265,6 +265,8 @@
return /obj/structure/largecrate
if(CARGO_CONTAINER_FREEZER)
return /obj/structure/closet/crate/freezer
if(CARGO_CONTAINER_BODYBAG)
return /obj/structure/closet/body_bag
else
log_debug("Cargo: Tried to get container type for invalid container [container_type]")
return /obj/structure/largecrate