Adds null check to stop changeling transform ability runtime (#29456)

This commit is contained in:
chuga-git
2025-05-26 17:38:51 -05:00
committed by GitHub
parent 81873336c8
commit 0715788b37
@@ -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