Skip to content

Commit

Permalink
Update round_aspects.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
casualspacestation14enjoyer committed Dec 29, 2024
1 parent 0c559ed commit 69c422c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/datums/round_aspects.dm
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
/datum/round_aspect/proc/apply() // Instant thing that happens when it's chosen. Used for aspects that change one single var
return

/proc/aspect_chosen(var/datum/round_aspect/aspect) // use to check if an aspects chosen
/proc/aspect_chosen(/datum/round_aspect/aspect) // use to check if an aspects chosen
if(istype(SSticker.round_aspect, aspect))
return TRUE

Expand Down

0 comments on commit 69c422c

Please sign in to comment.