forked from tgstation/tgstation
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Minor map fixes part 1 Donut: - Gave geneticist medical access on donut - Geneticist can now use genetics maint and South genetic door - Replaced genetics door with glass door (for aesthetics) Meta: - Fixed cell 3 door/timer being linked to cell 2. Now cell 3 is independent from cell 2. Bar bluespace shelter: - Gave mining access to bar area (it's sort of redundant otherwise) * Minor map fixes part 2 - Added "purge" AI module to risky AI module spawner - Added "reset" AI module to AI chamber on donut * Fixed trailing newline
- Loading branch information
1 parent
546c777
commit 0452946
Showing
7 changed files
with
22 additions
and
10 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
#define JOB_MODIFICATION_MAP_NAME "Donutstation" | ||
|
||
/datum/job/geneticist/New() | ||
..() | ||
MAP_JOB_CHECK | ||
access += ACCESS_MEDICAL | ||
minimal_access += ACCESS_MEDICAL |
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
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