Hivenet Manifest (#17493)

* Hivenet Manifest

* booga
This commit is contained in:
Geeves
2023-11-28 11:25:18 +00:00
committed by GitHub
parent bc7e1ede10
commit fe787391c4
10 changed files with 236 additions and 5 deletions
+8 -2
View File
@@ -77,7 +77,12 @@
var/adminperms = FALSE
var/encryption_key
var/decryption_key
var/list/granted_verbs = list(/mob/living/carbon/human/proc/hivenet_recieve)
var/list/granted_verbs = list(
/mob/living/carbon/human/proc/hivenet_recieve,
/mob/living/carbon/human/proc/hivenet_manifest
)
var/list/all_hive_verbs = list(
/mob/living/carbon/human/proc/hiveban,
/mob/living/carbon/human/proc/hivevoid,
@@ -148,7 +153,8 @@
/mob/living/carbon/human/proc/hivenet_encrypt,
/mob/living/carbon/human/proc/hivenet_camera,
/mob/living/carbon/human/proc/hivenet_lattice,
/mob/living/carbon/human/proc/hivenet_decrypt
/mob/living/carbon/human/proc/hivenet_decrypt,
/mob/living/carbon/human/proc/hivenet_manifest
)
/obj/item/organ/internal/vaurca/neuralsocket/admin/process()