mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-11 10:11:09 +00:00
[MIRROR] Removes a rogue arg from a register signal (#2042)
* Removes a rogue arg from a register signal (#55310) * Removes a rogue arg from a register signal Co-authored-by: Qustinnus <Floydje123@hotmail.com>
This commit is contained in:
@@ -300,7 +300,7 @@ or shoot a gun to move around via Newton's 3rd Law of Motion."
|
||||
add_overlay(receiving)
|
||||
src.receiving = receiving
|
||||
src.giver = giver
|
||||
RegisterSignal(taker, COMSIG_MOVABLE_MOVED, .proc/check_in_range, taker)
|
||||
RegisterSignal(taker, COMSIG_MOVABLE_MOVED, .proc/check_in_range)
|
||||
|
||||
/atom/movable/screen/alert/give/proc/check_in_range(atom/taker)
|
||||
SIGNAL_HANDLER
|
||||
|
||||
Reference in New Issue
Block a user