[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:
SkyratBot
2020-12-04 12:03:00 +01:00
committed by GitHub
parent 2e52092e92
commit c930b76b03

View File

@@ -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