Skip to content

Commit

Permalink
oops forgot to assign ckey
Browse files Browse the repository at this point in the history
  • Loading branch information
brndd committed Dec 13, 2024
1 parent 04117ff commit ed2cb6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/datums/gamemode/dynamic/dynamic_rulesets_midround.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1148,6 +1148,7 @@
//Create a new dummy body to create a new mind for the ghost.
var/L = get_turf(new_character)
var/mob/living/carbon/human/H = new /mob/living/carbon/human(pick(latejoin))
H.ckey = new_character.ckey
var/mob/dead/observer/G = H.ghostize(FALSE)
QDEL_NULL(H)
G.forceMove(L)
Expand Down

0 comments on commit ed2cb6e

Please sign in to comment.