Merge pull request #12706 from silicons/records

adds security/medical records to character setup
This commit is contained in:
Lin
2020-07-13 11:50:02 -05:00
committed by GitHub
4 changed files with 50 additions and 5 deletions
@@ -398,7 +398,7 @@
humanc = character //Let's retypecast the var to be human,
if(humanc) //These procs all expect humans
GLOB.data_core.manifest_inject(humanc)
GLOB.data_core.manifest_inject(humanc, humanc.client, humanc.client.prefs)
if(SSshuttle.arrivals)
SSshuttle.arrivals.QueueAnnounce(humanc, rank)
else