Undoes Theme shit

This commit is contained in:
Artur
2020-09-02 19:44:19 +03:00
parent d47a670f84
commit a2d34b7524
3 changed files with 124 additions and 64 deletions
@@ -99,7 +99,6 @@ Bonus
*/
/datum/symptom/alkali
name = "Alkali perspiration"
desc = "The virus attaches to sudoriparous glands, synthesizing a chemical that bursts into flames when reacting with water, leading to self-immolation."
stealth = 2
@@ -113,9 +112,9 @@ Bonus
symptom_delay_max = 90
var/chems = FALSE
var/explosion_power = 1
threshold_desc = "<b>Resistance 9:</b> Doubles the intensity of the effect, but reduces its frequency.<br>\
<b>Stage Speed 8:</b> Increases explosion radius when the host is wet.<br>\
<b>Transmission 8:</b> Additionally synthesizes chlorine trifluoride and napalm inside the host."
threshold_desc = list( "Resistance 9: Doubles the intensity of the effect, but reduces its frequency.",
"Stage Speed 8: Increases explosion radius when the host is wet.",
"Transmission 8: Additionally synthesizes chlorine trifluoride and napalm inside the host.")
/datum/symptom/alkali/Start(datum/disease/advance/A)
if(!..())