mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 21:48:39 +01:00
[MIRROR] Fixes Traitor Uplinks Being Set to Existing Radio Channels (#3118)
* Fixes Traitor Uplinks Being Set to Existing Radio Channels (#56608) * Fixes Traitor Uplinks Being Set to Existing Radio Channels Co-authored-by: Kylerace <kylerlumpkin1@gmail.com>
This commit is contained in:
@@ -331,7 +331,7 @@
|
||||
if(istype(parent,/obj/item/pda))
|
||||
return "[rand(100,999)] [pick(GLOB.phonetic_alphabet)]"
|
||||
else if(istype(parent,/obj/item/radio))
|
||||
return sanitize_frequency(rand(MIN_FREQ, MAX_FREQ))
|
||||
return return_unused_frequency()
|
||||
else if(istype(parent,/obj/item/pen))
|
||||
var/list/L = list()
|
||||
for(var/i in 1 to PEN_ROTATIONS)
|
||||
|
||||
Reference in New Issue
Block a user