mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-21 11:07:12 +01:00
oops
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
#define CHAT_NO_MENTORTICKETLOGS 524288
|
||||
#define TYPING_ONCE 1048576
|
||||
#define AMBIENT_OCCLUSION 2097152
|
||||
#define AZERTY 4194303
|
||||
#define AZERTY 4194304
|
||||
#define NUMPAD_TARGET 8388606
|
||||
#define TOGGLES_DEFAULT (CHAT_OOC|CHAT_DEAD|CHAT_GHOSTEARS|CHAT_GHOSTSIGHT|CHAT_PRAYER|CHAT_RADIO|CHAT_LOOC|MEMBER_PUBLIC|DONATOR_PUBLIC|NUMPAD_TARGET)
|
||||
#define TOGGLES_TOTAL 16777212 // If you add or remove a preference toggle above, make sure you update this define with the total value of the toggles combined.
|
||||
|
||||
@@ -24,6 +24,7 @@
|
||||
#include "code\__DEFINES\bots.dm"
|
||||
#include "code\__DEFINES\callbacks.dm"
|
||||
#include "code\__DEFINES\clothing.dm"
|
||||
#include "code\__DEFINES\colors.dm"
|
||||
#include "code\__DEFINES\combat.dm"
|
||||
#include "code\__DEFINES\components.dm"
|
||||
#include "code\__DEFINES\construction.dm"
|
||||
@@ -207,6 +208,7 @@
|
||||
#include "code\controllers\subsystem\holiday.dm"
|
||||
#include "code\controllers\subsystem\icon_smooth.dm"
|
||||
#include "code\controllers\subsystem\idlenpcpool.dm"
|
||||
#include "code\controllers\subsystem\input.dm"
|
||||
#include "code\controllers\subsystem\ipintel.dm"
|
||||
#include "code\controllers\subsystem\jobs.dm"
|
||||
#include "code\controllers\subsystem\lighting.dm"
|
||||
@@ -1587,6 +1589,16 @@
|
||||
#include "code\modules\hydroponics\grown\tomato.dm"
|
||||
#include "code\modules\hydroponics\grown\towercap.dm"
|
||||
#include "code\modules\karma\karma.dm"
|
||||
#include "code\modules\keybindings\bindings_admin.dm"
|
||||
#include "code\modules\keybindings\bindings_atom.dm"
|
||||
#include "code\modules\keybindings\bindings_carbon.dm"
|
||||
#include "code\modules\keybindings\bindings_client.dm"
|
||||
#include "code\modules\keybindings\bindings_human.dm"
|
||||
#include "code\modules\keybindings\bindings_living.dm"
|
||||
#include "code\modules\keybindings\bindings_mob.dm"
|
||||
#include "code\modules\keybindings\bindings_robot.dm"
|
||||
#include "code\modules\keybindings\focus.dm"
|
||||
#include "code\modules\keybindings\setup.dm"
|
||||
#include "code\modules\library\admin.dm"
|
||||
#include "code\modules\library\codex_gigas.dm"
|
||||
#include "code\modules\library\lib_items.dm"
|
||||
|
||||
Reference in New Issue
Block a user