Skip to content

Commit

Permalink
Update code/modules/antagonists/traitor/backstory/traitor_backstory_u…
Browse files Browse the repository at this point in the history
…i.dm

Co-authored-by: Lucy <[email protected]>
  • Loading branch information
cowbot92 and Absolucy authored Dec 25, 2024
1 parent a70bd65 commit 14173ec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
return null

/datum/antagonist/traitor/proc/add_menu_action()
if(info_button_ref?.resolve() != null)
if(!isnull(info_button_ref?.resolve()))
return
var/datum/action/antag_info/traitor_menu/menu = new(src)
menu.Grant(owner.current)
Expand Down

0 comments on commit 14173ec

Please sign in to comment.