[MIRROR] second pass over the SC/FISHER code, incl. bitflags and PDAs [MDB IGNORE] (#23705)

* second pass over the SC/FISHER code, incl. bitflags and PDAs

* Update flashlight.dm

---------

Co-authored-by: Hatterhat <31829017+Hatterhat@users.noreply.github.com>
Co-authored-by: Pinta <68373373+softcerv@users.noreply.github.com>
This commit is contained in:
SkyratBot
2023-09-15 12:28:44 -04:00
committed by GitHub
co-authored by Hatterhat Pinta
parent 8529dc927e
commit 3f6b96e000
11 changed files with 38 additions and 14 deletions
@@ -169,7 +169,7 @@
/obj/item/kinetic_crusher/proc/on_saboteur(datum/source, disrupt_duration)
set_light_on(FALSE)
playsound(src, 'sound/weapons/empty.ogg', 100, TRUE)
return TRUE
return COMSIG_SABOTEUR_SUCCESS
/obj/item/kinetic_crusher/update_icon_state()
inhand_icon_state = "crusher[HAS_TRAIT(src, TRAIT_WIELDED)]" // this is not icon_state and not supported by 2hcomponent