Skip to content

Commit

Permalink
Naprawa póki co by działało jako tako
Browse files Browse the repository at this point in the history
  • Loading branch information
Szyszkrzyneczka committed Feb 29, 2024
1 parent 77d4b05 commit 30300b6
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 25 deletions.
22 changes: 8 additions & 14 deletions _maps/map_files/generic/CentCom.dmm

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 0 additions & 5 deletions aquila/aquila.dm
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
#include "code\__DEFINES\traits.dm"
#include "code\__DEFINES\uplink.dm"
#include "code\__DEFINES\wires.dm"
#include "code\__DEFINES\antagonists.dm"
#include "code\__DEFINES\is_helpers.dm"
#include "code\__HELPERS\names.dm"
#include "code\__HELPERS\game.dm"
#include "code\__HELPERS\unsorted.dm"
Expand Down Expand Up @@ -131,9 +129,6 @@
#include "code\modules\antagonists\disease\disease_disease.dm"
#include "code\modules\antagonists\disease\disease_event.dm"
#include "code\modules\antagonists\disease\disease_mob.dm"
#include "code\modules\antagonists\monkey\monkey.dm"
#include "code\modules\antagonists\morph\morph.dm"
#include "code\modules\antagonists\role_preference\role_monkey.dm"
#include "code\modules\antagonists\demon\demons.dm"
#include "code\modules\antagonists\demon\general_powers.dm"
#include "code\modules\antagonists\demon\objectives.dm"
Expand Down
2 changes: 1 addition & 1 deletion aquila/code/__DEFINES/antagonists.dm
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#define ANTAG_DATUM_INFILTRATOR /datum/antagonist/infiltrator
#define ANTAG_DATUM_HIJACKEDAI /datum/antagonist/hijacked_ai
#define ANTAG_DATUM_SINFULDEMON /datum/antagonist/sinfuldemon
#define ANTAG_DATUM_SINFULDEMON /datum/antagonist/sinfuldemon
5 changes: 0 additions & 5 deletions aquila/code/game/area/areas/centcom.dm
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@
icon_state = "red"
dynamic_lighting = DYNAMIC_LIGHTING_FORCED

/area/syndicate_mothership/infiltrator_base/poweralert(state, obj/source)
return

/area/syndicate_mothership/infiltrator_base/atmosalert(danger_level, obj/source)
return

/area/syndicate_mothership/infiltrator_base/jail
name = "Syndicate Infiltrator Base Brig"
Expand Down

0 comments on commit 30300b6

Please sign in to comment.