forked from tgstation/tgstation
-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## About The Pull Request Полная переделка эстетики, часть первая. Весь модуль был удалён и будет сделан по новой. Заменены: - Стены - Окна - Двери - Полы ![image](https://github.com/ss220club/bandastation/assets/69762909/820ae7bf-68da-4e5a-af6d-6daf9ec4de59) ![image](https://github.com/ss220club/bandastation/assets/69762909/0b1a49c6-1c5d-40bc-8549-5fb34cfa6626) ![image](https://github.com/ss220club/bandastation/assets/69762909/d773c94c-b3b3-47db-9a7e-5670b90475be) ## Why It's Good For The Game ЭСТЕТИКА
- Loading branch information
Showing
105 changed files
with
294 additions
and
961 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,43 +1,19 @@ | ||
#include "_aesthetics.dm" | ||
|
||
#include "airalarm\code\airalarm.dm" | ||
#include "airlocks\code\airlock.dm" | ||
#include "airlocks\code\airlock_types.dm" | ||
#include "airlocks\code\airlock_assembly_types.dm" | ||
#include "apc\code\apc.dm" | ||
// #include "atm\code\atm.dm" // Unused | ||
// #include "atmospherics\code\atmospherics.dm" // Need more sprites | ||
// #include "better_ids\code\better_ids.dm" // Need to change a lot | ||
#include "blastdoor\code\blastdoor.dm" | ||
// #include "boxes\code\boxes.dm" // Need to change a lot | ||
#include "cameras\code\cameras.dm" | ||
// #include "chairs\code\chairs.dm" // TG already uses these | ||
// #include "decals\code\decals.dm" // Didn't check this new one | ||
// #include "defib\code\defib.dm" // TG already uses these | ||
#include "dirwindows\code\dirwindows.dm" | ||
// #include "door_control\code\door_control.dm" // Unused | ||
// #include "extinguisher\code\extinguisher.dm" // Need more sprites | ||
// #include "firealarm\code\firealarm.dm" // Need more sprites | ||
// #include "floors\code\floors.dm" // Need to change a lot | ||
// #include "floors\code\tile_types.dm" // Need to change a lot | ||
// #include "hydroponics\code\hydroponics.dm" // TG already uses these | ||
// #include "intercom\code\intercom.dm" // TG already uses these | ||
#include "keycard\code\keycard.dm" | ||
#include "labeler\code\labeler.dm" | ||
// #include "library\code\library.dm" // TG already uses these | ||
#include "light_switch\code\light_switch.dm" | ||
#include "newscaster\code\newscaster.dm" | ||
// #include "piano\code\piano.dm" // Unused | ||
#include "racks\code\racks.dm" | ||
#include "requests_console\code\requests_console.dm" | ||
// #include "safe\code\safe.dm" // TG already uses these | ||
#include "shutters\code\shutters.dm" | ||
// #include "soap\code\soap.dm" // Unused | ||
#include "surgery_table\code\surgery_table.dm" | ||
// #include "toolboxes\code\toolboxes.dm" // TG already uses these | ||
// #include "wallcloset\code\wallcloset.dm" // Unused | ||
#include "walls\code\walls.dm" | ||
#include "windoor\code\windoor.dm" | ||
// #include "windows\code\windows.dm" // Need more sprites and fixes | ||
// #include "windowtint\code\windowtint.dm" // Unused? | ||
// #include "zippo\code\zippo.dm" // Unused | ||
// Airlocks | ||
#include "airlocks/code/airlock.dm" | ||
#include "airlocks/code/airlock_types.dm" | ||
#include "airlocks/code/airlock_assembly_types.dm" | ||
|
||
// Walls | ||
#include "walls/code/walls.dm" | ||
|
||
// Windows | ||
#include "windows/code/full_tile_windows.dm" | ||
#include "windows/code/directional_windows.dm" | ||
|
||
// WinDoors | ||
#include "windoors/code/windoors.dm" | ||
|
||
// Floors | ||
#include "floors/code/floors.dm" |
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.