Skip to content

Commit

Permalink
[NO GBP] Changeling meteor catatonic body quick-fix (tgstation#73272)
Browse files Browse the repository at this point in the history
For some reason, I decided it would be a good idea to cast a dead mob
with make_body(), and not use the resulting body as the meteor's
contents. Since a second body is made and used later on down the line,
the first body would end up on the emergency shuttle, naked and unused.
  • Loading branch information
Rhials authored Feb 7, 2023
1 parent b192d58 commit 1af5f1b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions code/modules/events/ghost_role/changeling_event.dm
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@
* * candidate - The mob (player) to be transformed into a changeling and meteored.
*/

/proc/generate_changeling_meteor(mob/candidate)
var/mob/dead/selected = make_body(candidate) //Give the selected player a body, and grab their mind
/proc/generate_changeling_meteor(mob/dead/selected)
var/datum/mind/player_mind = new(selected.key)
player_mind.active = TRUE

Expand Down

0 comments on commit 1af5f1b

Please sign in to comment.