mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 05:27:01 +01:00
Screwdrivers can now be recycled in autolathes (#21629)
* screwdriver can be put into autolathe * Redundant and misspelt comment * minutia Co-authored-by: JimKil3 <47290811+JimKil3@users.noreply.github.com> * add COMSIG_TOOL_ATTACK * tools can be inserted on harm intent * use signal to allow screwdriver to be inserted into the autolathe * accidental spaces * parenthesis for clarity * snake_case 1 Co-authored-by: JimKil3 <47290811+JimKil3@users.noreply.github.com> * snake_case 2 Co-authored-by: JimKil3 <47290811+JimKil3@users.noreply.github.com> * dont direct istype check the screwdriver * . defaults to null Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com> * add SIGNAL_HANDLER to the proc that handles a signal --------- Co-authored-by: JimKil3 <47290811+JimKil3@users.noreply.github.com> Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com>
This commit is contained in:
co-authored by
JimKil3
Contrabang
parent
4748736c9e
commit
2f711fb321
@@ -564,6 +564,9 @@
|
||||
#define COMSIG_TOOL_IN_USE "tool_in_use"
|
||||
///from base of [/obj/item/proc/tool_start_check]: (mob/living/user)
|
||||
#define COMSIG_TOOL_START_USE "tool_start_use"
|
||||
///from base of [/obj/item/proc/tool_attack_chain]: (atom/tool, mob/user)
|
||||
#define COMSIG_TOOL_ATTACK "tool_attack"
|
||||
#define COMPONENT_CANCEL_TOOLACT (1<<0)
|
||||
///from [/obj/item/proc/disableEmbedding]:
|
||||
#define COMSIG_ITEM_DISABLE_EMBED "item_disable_embed"
|
||||
///from [/obj/effect/mine/proc/triggermine]:
|
||||
|
||||
Reference in New Issue
Block a user