mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 02:24:11 +01:00
Adds null check to stop changeling transform ability runtime (#29456)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user