Skip to content

Commit

Permalink
Added tracking of when a secondary goal is handed out. (ParadiseSS13#…
Browse files Browse the repository at this point in the history
…25168)

Co-authored-by: FunnyMan3595 (Charlie Nolan) <[email protected]>
  • Loading branch information
FunnyMan3595 and FunnyMan3595 (Charlie Nolan) authored Apr 30, 2024
1 parent 4ea0bbd commit 9271d9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/modules/station_goals/secondary/secondary_goal.dm
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@
else
built.send_report(ID.assignment ? "[ID.assignment] [ID.registered_name]" : ID.registered_name)
SSticker.mode.secondary_goals += built
SSblackbox.record_feedback("nested tally", "secondary goals", 1, list(built.name, "times generated"))

/datum/station_goal/secondary/Topic(href, href_list)
if(!check_rights(R_EVENT))
Expand Down

0 comments on commit 9271d9e

Please sign in to comment.