Files
Bubberstation/code/__DEFINES/dcs/signals/signals_twohand.dm
SkyratBot d5a6e09b7f [MIRROR] Cleanup signals.dm [MDB IGNORE] (#9621)
* Cleanup signals.dm

* Bye bye signals.dm

Co-authored-by: Ghilker <42839747+Ghilker@users.noreply.github.com>
Co-authored-by: GoldenAlpharex <jerego1234@hotmail.com>
2021-11-23 10:03:19 -05:00

8 lines
374 B
Plaintext

// /datum/component/two_handed signals
///from base of datum/component/two_handed/proc/wield(mob/living/carbon/user): (/mob/user)
#define COMSIG_TWOHANDED_WIELD "twohanded_wield"
#define COMPONENT_TWOHANDED_BLOCK_WIELD (1<<0)
///from base of datum/component/two_handed/proc/unwield(mob/living/carbon/user): (/mob/user)
#define COMSIG_TWOHANDED_UNWIELD "twohanded_unwield"