Updating from Cit, pre PR.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
/datum/quirk/BloodPressure
|
||||
name = "Synthetic blood"
|
||||
desc = "You've got a new form of synthetic blood that increases the total blood volume inside of you!"
|
||||
value = 1
|
||||
value = 0 //I honeslty dunno if this is a good trait? I just means you use more of medbays blood and make janitors madder.
|
||||
mob_trait = TRAIT_HIGH_BLOOD
|
||||
gain_text = "<span class='notice'>You feel full of blood!</span>"
|
||||
lose_text = "<span class='notice'>You feel like your blood pressure went down.</span>"
|
||||
@@ -11,4 +11,4 @@
|
||||
/datum/quirk/BloodPressure/add()
|
||||
var/mob/living/M = quirk_holder
|
||||
M.blood_ratio = 1.2
|
||||
M.blood_volume += 100
|
||||
M.blood_volume += 150
|
||||
|
||||
Reference in New Issue
Block a user