mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-23 20:16:19 +01:00
Frequency Transference Fix
On the tin, just makes them transfer the frequency to another signaler properly. Ported from https://github.com/PolarisSS13/Polaris/pull/6089
This commit is contained in:
@@ -103,7 +103,7 @@ Code:
|
||||
var/obj/item/device/assembly/signaler/signaler2 = W
|
||||
if(secured && signaler2.secured)
|
||||
code = signaler2.code
|
||||
frequency = signaler2.frequency
|
||||
set_frequency(signaler2.frequency) //TFF 18/4/19: Polaris fix - frequency transfer to other signalers
|
||||
to_chat(user, "You transfer the frequency and code of [signaler2] to [src].")
|
||||
else
|
||||
..()
|
||||
|
||||
Reference in New Issue
Block a user