mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-10 22:55:22 +01:00
tweak
This commit is contained in:
@@ -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")
|
||||
@@ -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.
|
||||
Reference in New Issue
Block a user