mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 20:43:10 +01:00
Stops shuttles from bringing background turfs with them. (#15580)
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
name = "emergency closet"
|
||||
desc = "It's a storage unit for emergency breathmasks and o2 tanks."
|
||||
icon_state = "emergency"
|
||||
obj_flags = OBJ_FLAG_MOVES_UNSUPPORTED
|
||||
|
||||
/obj/structure/closet/emcloset/fill()
|
||||
switch (pickweight(list("small" = 50, "aid" = 20, "tank" = 10, "seal" = 10, "all" = 10)))
|
||||
|
||||
Reference in New Issue
Block a user