Skip to content

Commit

Permalink
Update datum_traitor.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Superlagg authored Oct 15, 2023
1 parent cde0cdd commit 84405e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/antagonists/traitor/datum_traitor.dm
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
/datum/antagonist/traitor/process()
// traitor_kind.on_process(src)

/proc/get_random_traitor_kind(var/list/blacklist = list())
/proc/get_random_traitor_kind(list/blacklist = list())
var/list/weights = list()
for(var/C in GLOB.traitor_classes)
if(!(C in blacklist))
Expand Down

0 comments on commit 84405e1

Please sign in to comment.