Skip to content

Commit

Permalink
grr
Browse files Browse the repository at this point in the history
  • Loading branch information
realforest2001 committed Jun 1, 2024
1 parent 40be7ec commit bd4cb15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/cm_marines/marines_consoles.dm
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
return FALSE

if(!istype(id_card) || !id_card.check_biometrics(user))
visible_message("[SPAN_BOLD("[src]")] states, \"AUTH ERROR: Biometrics failure! You require an authenticated ID card to perform this action!\"")
visible_message("[SPAN_BOLD("[src]")] states, \"AUTH ERROR: Biometrics failure! You require an authenticated ID card to perform this action!\"")
return FALSE

if(check_access(id_card))
Expand Down

0 comments on commit bd4cb15

Please sign in to comment.