mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 16:18:01 +01:00
Fix up crates
All shipable crates are proper children All crates support a manifest Crates rely on parent code shared with closets when possible
This commit is contained in:
@@ -98,7 +98,7 @@
|
||||
continue
|
||||
SSshuttle.sold_atoms += " [AM.name]"
|
||||
|
||||
if(istype(AM, /obj/structure/closet/crate) || istype(AM, /obj/structure/closet/critter))
|
||||
if(istype(AM, /obj/structure/closet/crate))
|
||||
crates++
|
||||
SSshuttle.sold_atoms += ":"
|
||||
if(!AM.contents.len)
|
||||
|
||||
Reference in New Issue
Block a user