Skip to content

Commit

Permalink
IF it works - i will laugh my pants off
Browse files Browse the repository at this point in the history
  • Loading branch information
VoiceInYourHead committed May 15, 2024
1 parent 9932020 commit ce01d3a
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 16 deletions.
4 changes: 2 additions & 2 deletions mods/_fd/backgrounds/code/cultures_humankind.dm
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@
CULTURE_HUMAN_OTHER_FD, \
CULTURE_HUMAN_REPUBL)

/datum/map/New()
/*/datum/map/New()
available_cultural_info[TAG_CULTURE] += HUMAN_CULTURES_TO_ADD
. = ..()
. = ..()*/

/datum/species/human/New()
available_cultural_info[TAG_CULTURE] += HUMAN_CULTURES_TO_ADD
Expand Down
4 changes: 0 additions & 4 deletions mods/_fd/backgrounds/code/cultures_ipc.dm
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,6 @@
CULTURE_HUMAN_SPACER_FD, \
CULTURE_HUMAN_OTHER_FD)

/*/datum/map/New()
available_cultural_info[TAG_CULTURE] += IPC_CULTURES_TO_ADD
. = ..()*/

/datum/species/machine/New()
available_cultural_info[TAG_CULTURE] += IPC_CULTURES_TO_ADD
..()
Expand Down
4 changes: 0 additions & 4 deletions mods/_fd/backgrounds/code/factions_ipc.dm
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@
FACTION_POSITRONICS_THIRDGEN_CORPORATE, \
FACTION_POSITRONICS_THIRDGEN_STATE)

/*/datum/map/New()
available_cultural_info[TAG_FACTION] += IPC_FACTIONS_TO_ADD
. = ..()*/

/datum/species/machine/New()
available_cultural_info[TAG_FACTION] += IPC_FACTIONS_TO_ADD
..()
Expand Down
4 changes: 2 additions & 2 deletions mods/_fd/backgrounds/code/locations_humankind.dm
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@
HOME_SYSTEM_CASTILLA_FD, \
HOME_SYSTEM_FOSTER_FD)

/datum/map/New()
/*/datum/map/New()
available_cultural_info[TAG_HOMEWORLD] += HUMAN_HOMES_TO_ADD
. = ..()
. = ..()*/

/datum/species/human/New()
available_cultural_info[TAG_HOMEWORLD] += HUMAN_HOMES_TO_ADD
Expand Down
4 changes: 0 additions & 4 deletions mods/_fd/backgrounds/code/locations_ipc.dm
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,6 @@
..()
available_cultural_info[TAG_HOMEWORLD] -= IPC_HOMES_TO_DELETE

/*/datum/map/New()
available_cultural_info[TAG_HOMEWORLD] += IPC_HOMES_TO_ADD
. = ..()*/

/singleton/cultural_info/location/eridani
name = HOME_SYSTEM_ERIDANI
description = "Themis, the claimed homeworld of the Positronic Union, is a verdant world slowly falling \
Expand Down

0 comments on commit ce01d3a

Please sign in to comment.