diff --git a/code/modules/antagonists/changeling/powers/transform.dm b/code/modules/antagonists/changeling/powers/transform.dm index 8780af63bdc..beab27727fc 100644 --- a/code/modules/antagonists/changeling/powers/transform.dm +++ b/code/modules/antagonists/changeling/powers/transform.dm @@ -26,6 +26,6 @@ user.update_handcuffed() cling.update_languages() var/datum/action/changeling/augmented_eyesight/eyesight = locate() in user.actions - eyesight.update_eyes(user) + eyesight?.update_eyes(user) SSblackbox.record_feedback("nested tally", "changeling_powers", 1, list("[name]")) return TRUE