mirror of
https://github.com/fulpstation/fulpstation.git
synced 2025-12-09 16:09:15 +00:00
* TG UPDATE REAL * fix checks probably * TGU, minus hardsuit stuff. * oops * haha this isnt even needed * re-adds batform * Pepsi's Fulp ERT MODsuits (#21) * makes beef cyto the parent type of a now existent parent * Removes ERTs Guns (#23) * fix checks * F OFF * Update Solitairestation.dmm * Update Solitairestation.dmm * tg update again, removes maidborgs * FU (fulp update) * FUCK YOU SOLITAIRE * Update README.md * Update species.dm * not my fault you prick (#24) * digi fix * tgu Co-authored-by: Pepsilawn <reisenrui@gmail.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"
|