Changes "Void Hivenet User" to "Untether Hivenet User" (#19114)

Requested by @desvenlafaxine, as voiding is a separate act in Vaurca
society entirely.
This commit is contained in:
feartheblackout
2024-05-11 12:51:00 +00:00
committed by GitHub
parent e6b0e30f93
commit f5f7ea6d6e
4 changed files with 63 additions and 5 deletions
@@ -1483,8 +1483,8 @@
host.last_action = world.time + 10 MINUTES
return
/mob/living/carbon/human/proc/hivevoid() //Destroys a Vaurca's neural socket.
set name = "Void Hivenet User"
/mob/living/carbon/human/proc/hiveuntether() //Destroys a Vaurca's neural socket.
set name = "Untether Hivenet User"
set desc = "Permanently sever a Vaurca of your own Hive from the Hivenet, destroying their neural socket. Mouv Ta may attempt to use this on Vaurca of another Hive, though this may have severe diplomatic consequences!"
set category = "Hivenet"
@@ -118,7 +118,7 @@
/mob/living/carbon/human/proc/hivenet_camera,
/mob/living/carbon/human/proc/hivemute,
/mob/living/carbon/human/proc/hiveban,
/mob/living/carbon/human/proc/hivevoid,
/mob/living/carbon/human/proc/hiveuntether,
/mob/living/carbon/human/proc/hivenet_transmit,
/mob/living/carbon/human/proc/hivenet_manifest
)