Skip to content

Commit

Permalink
now we're coding
Browse files Browse the repository at this point in the history
  • Loading branch information
morrowwolf committed Nov 2, 2023
1 parent db455fb commit a2edc2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/admin/player_panel/actions/physical.dm
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
SSticker.mode.latejoin_tally-- //Cryoing someone out removes someone from the Marines, blocking further larva spawns until accounted for

//Handle job slot/tater cleanup.
RoleAuthority.free_role(GET_MAPPED_ROLE(occupant.job), TRUE)
RoleAuthority.free_role(GET_MAPPED_ROLE(target.job), TRUE)

//Delete them from datacore.
var/target_ref = WEAKREF(target)
Expand Down

0 comments on commit a2edc2a

Please sign in to comment.