[MIRROR] Rebuild the Destructive Analyzer For Experisci - Part1 (#11816)

Co-authored-by: Will <7099514+Willburd@users.noreply.github.com>
Co-authored-by: C.L. <killer65311@gmail.com>
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-10-14 22:12:54 +02:00
committed by GitHub
co-authored by Will C.L. Kashargul
parent a9e8ab2b6d
commit ef45ecf681
19 changed files with 561 additions and 174 deletions
+2 -2
View File
@@ -303,8 +303,8 @@
// if(!user.can_interact_with(src))
// return FALSE
// if(SEND_SIGNAL(src, COMSIG_CLICK_ALT, user) & COMPONENT_CANCEL_CLICK_ALT)
// return TRUE
if(SEND_SIGNAL(src, COMSIG_CLICK_ALT, user) & COMPONENT_CANCEL_CLICK_ALT)
return TRUE
if(HAS_TRAIT(src, TRAIT_ALT_CLICK_BLOCKER) && !isobserver(user))
return TRUE