From 01b9de1c387b1ff647c749996f6cbfee9c436175 Mon Sep 17 00:00:00 2001 From: Adrer Date: Sun, 8 Nov 2020 21:53:35 +0100 Subject: [PATCH 1/2] Changed fleshmend description --- code/game/gamemodes/changeling/powers/fleshmend.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/gamemodes/changeling/powers/fleshmend.dm b/code/game/gamemodes/changeling/powers/fleshmend.dm index f7475090660..d4af6af9eaa 100644 --- a/code/game/gamemodes/changeling/powers/fleshmend.dm +++ b/code/game/gamemodes/changeling/powers/fleshmend.dm @@ -1,7 +1,7 @@ /datum/action/changeling/fleshmend name = "Fleshmend" desc = "Our flesh rapidly regenerates, healing our burns, bruises, and shortness of breath. Costs 20 chemicals." - helptext = "If we are on fire, the healing effect will not function. Does not regrow limbs or restore lost blood. Functions while unconscious." + helptext = "Does not regrow limbs. Functions while unconscious." button_icon_state = "fleshmend" chemical_cost = 20 dna_cost = 2 From e6932fc0833f8b05cea9b5e02bd0304b6a16ba5b Mon Sep 17 00:00:00 2001 From: Adrer Date: Sun, 8 Nov 2020 22:02:16 +0100 Subject: [PATCH 2/2] Added blood recovery to description --- code/game/gamemodes/changeling/powers/fleshmend.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/gamemodes/changeling/powers/fleshmend.dm b/code/game/gamemodes/changeling/powers/fleshmend.dm index d4af6af9eaa..654481bf669 100644 --- a/code/game/gamemodes/changeling/powers/fleshmend.dm +++ b/code/game/gamemodes/changeling/powers/fleshmend.dm @@ -1,7 +1,7 @@ /datum/action/changeling/fleshmend name = "Fleshmend" desc = "Our flesh rapidly regenerates, healing our burns, bruises, and shortness of breath. Costs 20 chemicals." - helptext = "Does not regrow limbs. Functions while unconscious." + helptext = "Does not regrow limbs. Partially recovers our blood. Functions while unconscious." button_icon_state = "fleshmend" chemical_cost = 20 dna_cost = 2