diff --git a/code/modules/mob/living/carbon/human/species/station/prometheans.dm b/code/modules/mob/living/carbon/human/species/station/prometheans.dm index 3129a937e3e..57a3ecb8f4d 100644 --- a/code/modules/mob/living/carbon/human/species/station/prometheans.dm +++ b/code/modules/mob/living/carbon/human/species/station/prometheans.dm @@ -72,7 +72,7 @@ var/datum/species/shapeshifter/promethean/prometheans siemens_coefficient = 0.8 water_resistance = 0 - water_damage_mod = 0 // VOREStation Edit: muh shower scenes + water_damage_mod = 0.3 genders = list(MALE, FEMALE, NEUTER, PLURAL) diff --git a/code/modules/mob/living/carbon/human/species/station/prometheans_vr.dm b/code/modules/mob/living/carbon/human/species/station/prometheans_vr.dm index b1aa9044214..4c9a63a9a4d 100644 --- a/code/modules/mob/living/carbon/human/species/station/prometheans_vr.dm +++ b/code/modules/mob/living/carbon/human/species/station/prometheans_vr.dm @@ -4,6 +4,7 @@ push_flags = ~HEAVY swap_flags = ~HEAVY gluttonous = 0 + water_damage_mod = 0 //No water damage valid_transform_species = list( "Human", "Unathi", "Tajara", "Skrell", "Diona", "Teshari", "Monkey","Sergal",