mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
Bloodsuckers objective tweaks and added epilogues (#14837)
* finally * skrem writing Co-authored-by: Skrem_7 <98909416+Skrem7@users.noreply.github.com> * skriting Co-authored-by: Skrem_7 <98909416+Skrem7@users.noreply.github.com> * skriting Co-authored-by: Skrem_7 <98909416+Skrem7@users.noreply.github.com> * i just now learned how to batch suggestions Co-authored-by: Skrem_7 <98909416+Skrem7@users.noreply.github.com> * ttt code Co-authored-by: tattax <71668564+tattax@users.noreply.github.com> * never forget * undoing broken code just in case Co-authored-by: Skrem_7 <98909416+Skrem7@users.noreply.github.com> Co-authored-by: tattax <71668564+tattax@users.noreply.github.com>
This commit is contained in:
@@ -614,9 +614,9 @@
|
||||
var/count = 1
|
||||
for(var/datum/objective/objective in objectives)
|
||||
if(objective.check_completion())
|
||||
objective_parts += "<b>Objective #[count]</b>: [objective.explanation_text] [span_greentext("Success!")]"
|
||||
objective_parts += "<b>[objective.objective_name] #[count]</b>: [objective.explanation_text] [span_greentext("Success!")]"
|
||||
else
|
||||
objective_parts += "<b>Objective #[count]</b>: [objective.explanation_text] [span_redtext("Fail.")]"
|
||||
objective_parts += "<b>[objective.objective_name] #[count]</b>: [objective.explanation_text] [span_redtext("Fail.")]"
|
||||
count++
|
||||
return objective_parts.Join("<br>")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user