Skip to content

Commit

Permalink
[MIRROR] Remove language when removing changeling
Browse files Browse the repository at this point in the history
  • Loading branch information
SierraKomodo authored and SuhEugene committed Sep 14, 2023
1 parent b459709 commit e7e7c7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/game/antagonist/station/changeling.dm
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ GLOBAL_DATUM_INIT(changelings, /datum/antagonist/changeling, new)
if(. && player && player.current)
player.current.remove_changeling_powers()
player.current.verbs -= /datum/changeling/proc/EvolutionMenu
player.current.remove_language(LANGUAGE_CHANGELING_GLOBAL)
QDEL_NULL(player.changeling)

/datum/antagonist/changeling/create_objectives(datum/mind/changeling)
Expand Down

0 comments on commit e7e7c7a

Please sign in to comment.