some more new to init (#17231)

* some more new to init

* rigs

* rigs

* intellisense moment

* telcoms and landmarks

* fix that as well

* some more minor things

* re add missing message

* fix trash eating...
This commit is contained in:
Kashargul
2025-03-01 19:39:52 +01:00
committed by GitHub
parent e6afc35d22
commit 4f8e9f7ef8
117 changed files with 570 additions and 643 deletions
+1 -1
View File
@@ -81,7 +81,7 @@
*/
/mob/living/carbon/human/proc/nif_menu()
set name = "NIF Menu"
set category = "IC.Nif"
set category = "IC.NIF"
set desc = "Open the NIF user interface."
var/obj/item/nif/N = nif
@@ -510,7 +510,7 @@
/mob/proc/nsay(message as text)
set name = "NSay"
set desc = "Speak into your NIF's Soulcatcher."
set category = "IC.NiF"
set category = "IC.NIF"
src.nsay_act(message)
@@ -540,7 +540,7 @@
/mob/proc/nme(message as message)
set name = "NMe"
set desc = "Emote into your NIF's Soulcatcher."
set category = "IC.NiF"
set category = "IC.NIF"
src.nme_act(message)