</span>
This commit is contained in:
@@ -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]"
|
||||
report += "<B>Objective #[objective_count]</B>: [objective.explanation_text]</span>"
|
||||
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 (rand(0,1) == 0)
|
||||
if (prob(50))
|
||||
// Heart Thief Objective
|
||||
var/datum/objective/bloodsucker/heartthief/heartthief_objective = new
|
||||
heartthief_objective.owner = owner
|
||||
|
||||
@@ -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]"
|
||||
parts += "<B>Objective #[objective_count]</B>: [objective.explanation_text]</span>"
|
||||
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]"
|
||||
parts += "<B>Objective #[count]</B>: [objective.explanation_text]</span>"
|
||||
count++
|
||||
|
||||
if(changelingwin)
|
||||
|
||||
@@ -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]"
|
||||
parts += "<B>Objective #[count]</B>: [objective.explanation_text]</span>"
|
||||
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]"
|
||||
result += "<B>Objective #[count]</B>: [objective.explanation_text]</span>"
|
||||
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]"
|
||||
objectives_text += "<B>Objective #[count]</B>: [objective.explanation_text]</span>"
|
||||
count++
|
||||
|
||||
if(uplink_true)
|
||||
|
||||
@@ -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]"
|
||||
parts += "<B>Objective #[count]</B>: [objective.explanation_text]</span>"
|
||||
count++
|
||||
|
||||
if(wizardwin)
|
||||
|
||||
Reference in New Issue
Block a user