Skip to content

Commit

Permalink
rrrrrr
Browse files Browse the repository at this point in the history
  • Loading branch information
ihatethisengine committed Dec 5, 2023
1 parent 236a443 commit 9b443d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/datums/medal_awards.dm
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ GLOBAL_LIST_EMPTY(jelly_awards)
to_chat(user, SPAN_WARNING("You must have an authenticated ID Card to award medals."))
return

if(!((card.paygrade in GLOB.co_paygrades) || (card.paygrade in GLOB.highcom_paygrades)))
if(!((card.paygrade in GLOB.co_paygrades) || (card.paygrade in GLOB.highcom_paygrades) || (card.paygrade == "MO3")))
to_chat(user, SPAN_WARNING("Only a Senior Officer can award medals!"))
return

Expand Down

0 comments on commit 9b443d4

Please sign in to comment.