mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 05:00:55 +01:00
Merge pull request #20426 from lzimann/patch-14
Changes 'Notes Memory' verb's name back to just 'Notes' again
This commit is contained in:
@@ -412,7 +412,7 @@ var/next_mob_id = 0
|
||||
*/
|
||||
|
||||
/mob/verb/memory()
|
||||
set name = "Notes Memory"
|
||||
set name = "Notes"
|
||||
set category = "IC"
|
||||
set desc = "View your character's notes memory."
|
||||
if(mind)
|
||||
|
||||
Reference in New Issue
Block a user