Journalism, vol 2. Freedom Unbecoming. (#4999)

Implements this: https://forums.aurorastation.org/viewtopic.php?f=21&t=11375&start=10#p101753

Basically: journalists get immunity from D-notices, corporate reports get extended access. Also added a mechanism to add alt title based access more easily.
This commit is contained in:
Erki
2018-07-22 13:26:35 +03:00
committed by GitHub
parent 2b67f3400b
commit 39a6aac2de
6 changed files with 24 additions and 14 deletions
@@ -202,7 +202,7 @@
usr << "<span class='warning'>No log exists for this job: [t1]</span>"
return
access = jobdatum.get_access()
access = jobdatum.get_access(t1)
remove_nt_access(id_card)
apply_access(id_card, access)