Skip to content

Commit

Permalink
Clocking out now gives assistant-level access (#24544) (#271)
Browse files Browse the repository at this point in the history
Update console.dm

Co-authored-by: Springf <[email protected]>
  • Loading branch information
Steals-The-PRs and SpringSkipper authored Oct 25, 2023
1 parent 6390770 commit 0ff32f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modular_skyrat/modules/time_clock/code/console.dm
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ MAPPING_DIRECTIONAL_HELPERS(/obj/machinery/time_clock, 28)
radio.talk_into(src, "[inserted_id.registered_name], [current_assignment] has gone off-duty.", announcement_channel)
update_static_data_for_all_viewers()

SSid_access.apply_trim_to_card(inserted_id, target_trim, FALSE)
SSid_access.apply_trim_to_card(inserted_id, target_trim, TRUE)
inserted_id.assignment = "Off-Duty " + current_assignment
inserted_id.update_label()

Expand Down

0 comments on commit 0ff32f8

Please sign in to comment.