diff --git a/code/modules/mob/living/carbon/human/species/station/protean_vr/_protean_defines.dm b/modular_chomp/code/modules/mob/living/carbon/human/species/station/protean/_protean_defines.dm similarity index 98% rename from code/modules/mob/living/carbon/human/species/station/protean_vr/_protean_defines.dm rename to modular_chomp/code/modules/mob/living/carbon/human/species/station/protean/_protean_defines.dm index ba6924a9dc..aa390bcb4d 100644 --- a/code/modules/mob/living/carbon/human/species/station/protean_vr/_protean_defines.dm +++ b/modular_chomp/code/modules/mob/living/carbon/human/species/station/protean/_protean_defines.dm @@ -1 +1 @@ -#define PROTEAN_EDIBLE_MATERIALS list(MAT_STEEL) //CHOMPedit: only steel +#define PROTEAN_EDIBLE_MATERIALS list(MAT_STEEL) //CHOMPedit: only steel diff --git a/code/modules/clothing/spacesuits/rig/suits/alien_ch.dm b/modular_chomp/code/modules/mob/living/carbon/human/species/station/protean/alien_ch.dm similarity index 100% rename from code/modules/clothing/spacesuits/rig/suits/alien_ch.dm rename to modular_chomp/code/modules/mob/living/carbon/human/species/station/protean/alien_ch.dm diff --git a/code/modules/organs/subtypes/nano.dm b/modular_chomp/code/modules/mob/living/carbon/human/species/station/protean/nano.dm similarity index 100% rename from code/modules/organs/subtypes/nano.dm rename to modular_chomp/code/modules/mob/living/carbon/human/species/station/protean/nano.dm diff --git a/code/modules/mob/living/carbon/human/species/station/protean_vr/protean_blob.dm b/modular_chomp/code/modules/mob/living/carbon/human/species/station/protean/protean_blob.dm similarity index 100% rename from code/modules/mob/living/carbon/human/species/station/protean_vr/protean_blob.dm rename to modular_chomp/code/modules/mob/living/carbon/human/species/station/protean/protean_blob.dm diff --git a/code/modules/mob/living/carbon/human/species/station/protean_vr/protean_powers.dm b/modular_chomp/code/modules/mob/living/carbon/human/species/station/protean/protean_powers.dm similarity index 100% rename from code/modules/mob/living/carbon/human/species/station/protean_vr/protean_powers.dm rename to modular_chomp/code/modules/mob/living/carbon/human/species/station/protean/protean_powers.dm diff --git a/code/modules/mob/living/carbon/human/species/station/protean_vr/protean_species.dm b/modular_chomp/code/modules/mob/living/carbon/human/species/station/protean/protean_species.dm old mode 100755 new mode 100644 similarity index 100% rename from code/modules/mob/living/carbon/human/species/station/protean_vr/protean_species.dm rename to modular_chomp/code/modules/mob/living/carbon/human/species/station/protean/protean_species.dm diff --git a/modular_chomp/read this.txt b/modular_chomp/read this.txt new file mode 100644 index 0000000000..d5a5e58260 --- /dev/null +++ b/modular_chomp/read this.txt @@ -0,0 +1,14 @@ +Hey congratulations you found the modularity folder. +What's it for? Well, chompstation is, currently, a downstream of another codebase, vorestation. +Content we write for chomp often needs to be written in such a way as to not conflict with code that comes from this upstream. + +In an effort to make this easier to do, I've started our modularity folder. +Ideally, any content that can be written that is wholelly independant of vorestation's content, should be +included in this modularity folder, and put into the associated folder that it would have appeared in among the standard files. + +Ideally, the point of this is to make it slightly easier to differentiate chomp specific content from virgo content. + +When should you use this? +Mostly for chomp exclusive stuff, otherwise if it's expected to be a part of upstream as well, probably in the base files. +From now on, any code I completely rewrite from virgo, I'll be including in this set of folders. +-BlackMajor \ No newline at end of file