Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
konushi committed Dec 25, 2024
1 parent 160fa78 commit 1706a46
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 15 deletions.
25 changes: 10 additions & 15 deletions modular_bandastation/objects/_objects.dme
Original file line number Diff line number Diff line change
@@ -1,20 +1,10 @@
#include "_objects.dm"

#include "code/shuttles.dm"
#include "code/wallets.dm"

#include "code/containers.dm"
#include "code/fake_light.dm"

#include "code/clothing/head/hat.dm"
#include "code/clothing/head/soft_caps.dm"
#include "code/clothing/suits/cloaks.dm"
#include "code/clothing/suits/jacket.dm"
#include "code/clothing/suits/wintercoats.dm"
#include "code/clothing/under/jobs/rnd.dm"

#include "code/consumables/drinks.dm"
#include "code/consumables/customer_data.dm"

#include "code/effects/turf_decal.dm"

#include "code/items/banners.dm"
Expand Down Expand Up @@ -70,8 +60,13 @@
#include "code/structures/crates_lockers/closets/secure/magistrate.dm"
#include "code/structures/crates_lockers/closets/secure/nanotrasen_representative.dm"

#include "code/vending/vending.dm"

#include "code/mecha/mecha.dm"

#include "code/weapons/ranged/awaymission_gun.dm"
// BEGIN_INTERNALS
// END_INTERNALS
// BEGIN_FILE_DIR
#define FILE_DIR .
// END_FILE_DIR
// BEGIN_PREFERENCES
// END_PREFERENCES
// BEGIN_INCLUDE
// END_INCLUDE
Binary file modified modular_bandastation/objects/icons/obj/machines/vending.dmi
Binary file not shown.

0 comments on commit 1706a46

Please sign in to comment.