Merge pull request #26989 from Allspice/common-radio-key

Add a Common language mode to headsets, .o, function identical to ;
This commit is contained in:
DamianX
2020-07-20 09:28:19 +02:00
committed by GitHub
3 changed files with 5 additions and 3 deletions

View File

@@ -11,6 +11,7 @@
var/syndie = 0
var/raider = 0
var/list/channels = list()
channels = list("Common" = 1)
/obj/item/device/encryptionkey/attackby(obj/item/weapon/W as obj, mob/user as mob)