Merge pull request #10257 from DeltaFire15/communication-magicnumbad

Removes a magicnumber
This commit is contained in:
Ghom
2019-12-21 15:33:27 +01:00
committed by GitHub
@@ -70,7 +70,7 @@
if(check_access(I))
authenticated = 1
auth_id = "[I.registered_name] ([I.assignment])"
if((20 in I.access))
if((ACCESS_CAPTAIN in I.access))
authenticated = 2
playsound(src, 'sound/machines/terminal_on.ogg', 50, 0)
if(obj_flags & EMAGGED)