mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 06:57:42 +01:00
Refactors objective code to account for there being multiple owners (team objectives) (#19289)
* refactors objectives to account for multiple owners * sean review * fixes all steal objectives becoming free objectives * another one * fix escape objective order of operations * charlie review
This commit is contained in:
@@ -706,12 +706,6 @@
|
||||
return
|
||||
|
||||
switch(new_obj_type)
|
||||
if("download")
|
||||
new_objective = new /datum/objective/download
|
||||
new_objective.explanation_text = "Download [target_number] research levels."
|
||||
if("capture")
|
||||
new_objective = new /datum/objective/capture
|
||||
new_objective.explanation_text = "Accumulate [target_number] capture points."
|
||||
if("absorb")
|
||||
new_objective = new /datum/objective/absorb
|
||||
new_objective.explanation_text = "Absorb [target_number] compatible genomes."
|
||||
|
||||
Reference in New Issue
Block a user