forked from Baystation12/Baystation12
-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Modular culture extention instead of a static list; GAS define failsafe
- Loading branch information
1 parent
a1e723c
commit e3724e4
Showing
10 changed files
with
134 additions
and
256 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 was deleted.
Oops, something went wrong.
43 changes: 0 additions & 43 deletions
43
mods/_master_files/code/modules/species/station/machine.dm
This file was deleted.
Oops, something went wrong.
138 changes: 0 additions & 138 deletions
138
mods/_master_files/code/modules/species/station/station.dm
This file was deleted.
Oops, something went wrong.
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,31 @@ | ||
/datum/species/unathi | ||
additional_available_cultural_info = list( | ||
TAG_CULTURE = list( | ||
CULTURE_UNATHI_TERSTEN | ||
), | ||
TAG_HOMEWORLD = list( | ||
HOME_SYSTEM_UNATHI_TERSTEN | ||
), | ||
TAG_FACTION = list( | ||
FACTION_UNATHI_TERSTEN, | ||
FACTION_NANOTRASEN, | ||
FACTION_FREETRADE, | ||
FACTION_HEPHAESTUS, | ||
FACTION_EXPEDITIONARY, | ||
FACTION_PCRC, | ||
FACTION_SAARE, | ||
FACTION_CORPORATE, | ||
FACTION_DAIS, | ||
FACTION_ZENG_HU, | ||
FACTION_WARD_TAKAHASHI, | ||
FACTION_GRAYSON, | ||
FACTION_AERTHER, | ||
FACTION_MAJOR_BILL, | ||
FACTION_FOCAL_POINT, | ||
FACTION_XION, | ||
FACTION_VEY_MED, | ||
FACTION_BISHOP, | ||
FACTION_ZPCI, | ||
FACTION_SEPTENERGO | ||
) | ||
) |
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,9 @@ | ||
/datum/species/machine | ||
additional_available_cultural_info = list( | ||
TAG_HOMEWORLD = list( | ||
HOME_SYSTEM_ROOT | ||
), | ||
TAG_FACTION = list( | ||
FACTION_POSITRONICS | ||
) | ||
) |
Oops, something went wrong.