This commit is contained in:
Putnam
2020-02-01 06:01:54 -08:00
parent 50a53c6558
commit d6d01d848c
11 changed files with 16 additions and 13 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]"
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
+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]"
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)
+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]"
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)
+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]"
parts += "<B>Objective #[count]</B>: [objective.explanation_text]</span>"
count++
if(wizardwin)