mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 08:08:49 +01:00
Supermatter shards can be unfastened with right click (#78617)
## About The Pull Request Title summarizes all. Closes #68685 ## Why It's Good For The Game Less people dusting themselves by accident. ## Changelog 🆑 qol: Supermatter shards can now be fastened with right click too. Now, just don't forget to use a wrench. /🆑 Co-authored-by: Jeremiah <42397676+jlsnow301@users.noreply.github.com>
This commit is contained in:
co-authored by
Jeremiah
parent
19318522b1
commit
86457e37b8
@@ -15,6 +15,7 @@
|
||||
RegisterSignal(parent, COMSIG_ATOM_ATTACK_HAND, PROC_REF(hand_hit))
|
||||
RegisterSignal(parent, COMSIG_ATOM_ATTACKBY, PROC_REF(attackby_hit))
|
||||
RegisterSignal(parent, COMSIG_ATOM_TOOL_ACT(TOOL_WRENCH), PROC_REF(tool_hit))
|
||||
RegisterSignal(parent, COMSIG_ATOM_SECONDARY_TOOL_ACT(TOOL_WRENCH), PROC_REF(tool_hit))
|
||||
RegisterSignal(parent, COMSIG_ATOM_BUMPED, PROC_REF(bumped_hit))
|
||||
RegisterSignal(parent, COMSIG_ATOM_INTERCEPT_Z_FALL, PROC_REF(intercept_z_fall))
|
||||
RegisterSignal(parent, COMSIG_ATOM_ON_Z_IMPACT, PROC_REF(on_z_impact))
|
||||
@@ -37,6 +38,7 @@
|
||||
COMSIG_ATOM_ATTACK_HAND,
|
||||
COMSIG_ATOM_ATTACKBY,
|
||||
COMSIG_ATOM_TOOL_ACT(TOOL_WRENCH),
|
||||
COMSIG_ATOM_SECONDARY_TOOL_ACT(TOOL_WRENCH),
|
||||
COMSIG_ATOM_BUMPED,
|
||||
COMSIG_ATOM_INTERCEPT_Z_FALL,
|
||||
COMSIG_ATOM_ON_Z_IMPACT,
|
||||
|
||||
Reference in New Issue
Block a user