This commit is contained in:
The0bserver
2022-01-23 22:42:14 -05:00
parent d977496bca
commit c5bfe85ff7
2 changed files with 3 additions and 3 deletions
@@ -58,4 +58,4 @@
set_trait(TRAIT_BIOLUM,1)
set_trait(TRAIT_BIOLUM_COLOUR,"#ffb500")
set_trait(TRAIT_PRODUCT_COLOUR, "#ffee00")
set_trait(TRAIT_PLANT_COLOR,"#f3ba2b")
set_trait(TRAIT_PLANT_COLOUR,"#f3ba2b")
+2 -2
View File
@@ -1514,11 +1514,11 @@
/datum/reagent/earthsblood/affect_blood(var/mob/living/carbon/M, var/alien, var/removed)
M.adjustBruteLoss (-3 * removed)
M.adjustBurnLoss (-3 * removed)
M.adjustFireLoss (-3 * removed)
M.adjustOxyLoss(-10 * removed)
M.adjustToxLoss(-3 * removed)
M.adjustCloneLoss(-1 * removed)
M.druggy = max(M.druggy, 20)
M.make_jittery (20)
M.hallucination = max(M.hallucination, 2)
M.adjustBrainLoss = (1 * removed) //your life for your mind. an echange
M.adjustBrainLoss(0.5 * removed) //your life for your mind. An exchange made willingly, depending how dire.