mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-10 01:34:01 +00:00
* Cleanup signals.dm * Bye bye signals.dm Co-authored-by: Ghilker <42839747+Ghilker@users.noreply.github.com> Co-authored-by: GoldenAlpharex <jerego1234@hotmail.com>
8 lines
374 B
Plaintext
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"
|