mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-20 19:44:46 +01:00
Rebuild the Destructive Analyzer For Experisci - Part1 (#18605)
* initial restore, not working obviously * DA experiments * oop * DA board research * cleanup * cleanup * mat recycling * oops * new DA * Update misc.dm * lint * repeatable * Safeties * Update destructive_analyzer.dm * Update destructive_analyzer.dm * documentation on signal fix * initial fixes * basics * attempt1 * . * some more fixes * unneeded * don't use assoc here * tgui from kash * . * fixes --------- Co-authored-by: C.L. <killer65311@gmail.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user