Skip to content

Commit

Permalink
Use proc call instead of private variable
Browse files Browse the repository at this point in the history
  • Loading branch information
m-dzianishchyts committed Nov 23, 2024
1 parent dc2dcc8 commit 1f2bde8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
continue
var/teamwin = 1
to_send += "<br><b>Стая [name]</b>"
for(var/datum/objective/objective in objective_holder.objectives)
for(var/datum/objective/objective in objective_holder.get_objectives())
if(!objective.check_completion())
teamwin = 0
if(teamwin)
Expand Down

0 comments on commit 1f2bde8

Please sign in to comment.