mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-11 15:15:32 +01:00
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:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user