Revert "</span>"

This reverts commit d6d01d848c.
This commit is contained in:
Putnam
2020-02-01 21:05:27 -08:00
parent d6d01d848c
commit e812844c70
11 changed files with 13 additions and 16 deletions
@@ -46,7 +46,7 @@
else
report += "<B>Objective #[objective_count]</B>: [objective.explanation_text] <span class='yellowtext'>[completion*100]%</span>"
else
report += "<B>Objective #[objective_count]</B>: [objective.explanation_text]</span>"
report += "<B>Objective #[objective_count]</B>: [objective.explanation_text]"
objective_count++
if(win)
report += "<span class='greentext'>The [name] was successful!</span>"
@@ -372,7 +372,7 @@ datum/antagonist/bloodsucker/proc/SpendRank()
protege_objective.generate_objective()
add_objective(protege_objective)
if (prob(50))
if (rand(0,1) == 0)
// Heart Thief Objective
var/datum/objective/bloodsucker/heartthief/heartthief_objective = new
heartthief_objective.owner = owner
+1 -1
View File
@@ -118,7 +118,7 @@
else
parts += "<B>Objective #[objective_count]</B>: [objective.explanation_text] <span class='yellowtext'>[completion*100]%</span>"
else
parts += "<B>Objective #[objective_count]</B>: [objective.explanation_text]</span>"
parts += "<B>Objective #[objective_count]</B>: [objective.explanation_text]"
objective_count++
if(win)
parts += "<span class='greentext'>The blood brothers were successful!</span>"
@@ -564,7 +564,7 @@
else
parts += "<B>Objective #[count]</B>: [objective.explanation_text] <span class='yellowtext'>[completion*100]%</span>"
else
parts += "<B>Objective #[count]</B>: [objective.explanation_text]</span>"
parts += "<B>Objective #[count]</B>: [objective.explanation_text]"
count++
if(changelingwin)
+1 -1
View File
@@ -434,7 +434,7 @@
else
parts += "<B>Objective #[count]</B>: [objective.explanation_text] <span class='yellowtext'>[completion*100]%</span>"
else
parts += "<B>Objective #[count]</B>: [objective.explanation_text]</span>"
parts += "<B>Objective #[count]</B>: [objective.explanation_text]"
count++
if(members.len)
@@ -54,7 +54,7 @@
else
result += "<B>Objective #[count]</B>: [objective.explanation_text] <span class='yellowtext'>[completion*100]%</span>"
else
result += "<B>Objective #[count]</B>: [objective.explanation_text]</span>"
result += "<B>Objective #[count]</B>: [objective.explanation_text]"
count++
result += objectives_text
@@ -398,7 +398,7 @@
else
objectives_text += "<B>Objective #[count]</B>: [objective.explanation_text] <span class='yellowtext'>[completion*100]%</span>"
else
objectives_text += "<B>Objective #[count]</B>: [objective.explanation_text]</span>"
objectives_text += "<B>Objective #[count]</B>: [objective.explanation_text]"
count++
if(uplink_true)
+1 -1
View File
@@ -276,7 +276,7 @@
else
parts += "<B>Objective #[count]</B>: [objective.explanation_text] <span class='yellowtext'>[completion*100]%</span>"
else
parts += "<B>Objective #[count]</B>: [objective.explanation_text]</span>"
parts += "<B>Objective #[count]</B>: [objective.explanation_text]"
count++
if(wizardwin)