mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-02-06 22:39:04 +00:00
[STILL NOT MODULAR] Adding Hemophages (#9681)
* Create hemophage.ts * Update scan_gate.dm * Update revenant_abilities.dm * Update species.dm * Update species.dm * Create hemophage.dm * Update SpeciesPage.tsx * Update data.ts * Update DNA.dm * Update is_helpers.dm * Update ScannerGate.js * Update sensor.dm * Update game_options.txt * Update species.dm * Update ScannerGate.js * Update modular_skyrat/modules/customization/modules/mob/living/carbon/human/species/hemophage.dm Co-authored-by: GoldenAlpharex <58045821+GoldenAlpharex@users.noreply.github.com> * Update hemophage.dm * Update hemophage.ts * Update hemophage.ts * Update tgui/packages/tgui/interfaces/PreferencesMenu/preferences/species/hemophage.ts Co-authored-by: GoldenAlpharex <58045821+GoldenAlpharex@users.noreply.github.com> * Update modular_skyrat/modules/customization/modules/mob/living/carbon/human/species/hemophage.dm Co-authored-by: GoldenAlpharex <58045821+GoldenAlpharex@users.noreply.github.com> * Update tgui/packages/tgui/interfaces/PreferencesMenu/preferences/species/hemophage.ts Co-authored-by: GoldenAlpharex <58045821+GoldenAlpharex@users.noreply.github.com> * Update modular_skyrat/modules/customization/modules/mob/living/carbon/human/species/hemophage.dm Co-authored-by: GoldenAlpharex <58045821+GoldenAlpharex@users.noreply.github.com> * Update modular_skyrat/modules/customization/modules/mob/living/carbon/human/species/hemophage.dm Co-authored-by: GoldenAlpharex <58045821+GoldenAlpharex@users.noreply.github.com> * Update modular_skyrat/modules/customization/modules/mob/living/carbon/human/species/hemophage.dm Co-authored-by: GoldenAlpharex <58045821+GoldenAlpharex@users.noreply.github.com> * Update modular_skyrat/modules/customization/modules/mob/living/carbon/human/species/hemophage.dm Co-authored-by: GoldenAlpharex <58045821+GoldenAlpharex@users.noreply.github.com> * Update modular_skyrat/modules/customization/modules/mob/living/carbon/human/species/hemophage.dm Co-authored-by: GoldenAlpharex <58045821+GoldenAlpharex@users.noreply.github.com> * Update modular_skyrat/modules/customization/modules/mob/living/carbon/human/species/hemophage.dm Co-authored-by: GoldenAlpharex <58045821+GoldenAlpharex@users.noreply.github.com> * Update modular_skyrat/modules/customization/modules/mob/living/carbon/human/species/hemophage.dm Co-authored-by: GoldenAlpharex <58045821+GoldenAlpharex@users.noreply.github.com> * Update hemophage.ts * Update hemophage.dm * Update hemophage.dm * Update tgstation.dme * Update hemophage.dm * Update hemophage.dm * dont be angry map merge bot please * Update alcohol_reagents.dm * Update alcohol_reagents.dm * final fix Co-authored-by: GoldenAlpharex <58045821+GoldenAlpharex@users.noreply.github.com>
This commit is contained in:
@@ -354,7 +354,7 @@
|
||||
if(iscarbon(mob))
|
||||
if(ishuman(mob))
|
||||
var/mob/living/carbon/human/H = mob
|
||||
if(H.dna && H.dna.species)
|
||||
if(H.dna && H.dna.species && !HAS_TRAIT(H, TRAIT_VIRUSIMMUNE)) // SKYRAT EDIT - No more funny purple hair
|
||||
H.dna.species.handle_hair(H,"#1d2953") //will be reset when blight is cured
|
||||
var/blightfound = FALSE
|
||||
for(var/datum/disease/revblight/blight in H.diseases)
|
||||
|
||||
@@ -75,6 +75,7 @@
|
||||
"sexes" = species.sexes,
|
||||
|
||||
"enabled_features" = species.get_features(),
|
||||
"veteran_only" = species.veteran_only,
|
||||
) + diet
|
||||
|
||||
return data
|
||||
|
||||
@@ -293,6 +293,7 @@
|
||||
"Dwarf" = /datum/species/dwarf,
|
||||
"IPC" = /datum/species/robotic/ipc,
|
||||
"Teshari" = /datum/species/teshari,
|
||||
"Hemophage" = /datum/species/hemophage,
|
||||
"Synthetic Lizard" = /datum/species/robotic/synthliz,
|
||||
"Synthetic Mammal" = /datum/species/robotic/synthetic_mammal,
|
||||
"Synthetic Human" = /datum/species/robotic/synthetic_human, // SKYRAT EDIT - END
|
||||
|
||||
Reference in New Issue
Block a user