mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-31 07:57:47 +01:00
Fixes exchange objectives, probably
This should at least fix the runtime spam
This commit is contained in:
@@ -648,7 +648,7 @@ datum/objective/steal/exchange
|
||||
else if(faction == "blue")
|
||||
targetinfo = new /datum/theft_objective/unique/docs_red
|
||||
explanation_text = "Acquire [targetinfo.name] held by [target.current.real_name], the [target.assigned_role] and syndicate agent"
|
||||
steal_target = targetinfo.typepath
|
||||
steal_target = targetinfo
|
||||
|
||||
datum/objective/steal/exchange/backstab
|
||||
|
||||
@@ -659,7 +659,7 @@ datum/objective/steal/exchange/backstab
|
||||
else if(faction == "blue")
|
||||
targetinfo = new /datum/theft_objective/unique/docs_blue
|
||||
explanation_text = "Do not give up or lose [targetinfo.name]."
|
||||
steal_target = targetinfo.typepath
|
||||
steal_target = targetinfo
|
||||
|
||||
datum/objective/download
|
||||
proc/gen_amount_goal()
|
||||
|
||||
Reference in New Issue
Block a user