Skip to content

Commit

Permalink
Partial Revert "[MIRROR] OpenDream TypeMaker Prep" (#2326)
Browse files Browse the repository at this point in the history
* Revert "[MIRROR] OpenDream TypeMaker Prep (#2301)"

This reverts commit d4b601f.

* non nova stuff shouldn't be reverted, probably?

* and this too
  • Loading branch information
Iajret authored Mar 26, 2024
1 parent 3aa052a commit 3223d4e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion modular_nova/modules/mentor/code/mentorhelp.dm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/client/verb/mentorhelp(msg as text|null)
/client/verb/mentorhelp(msg as text)
set category = "Mentor"
set name = "Mentorhelp"

Expand Down
2 changes: 1 addition & 1 deletion modular_nova/modules/mentor/code/mentorsay.dm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/client/proc/cmd_mentor_say(msg as text|null)
/client/proc/cmd_mentor_say(msg as text)
set category = "Mentor"
set name = "Msay" //Gave this shit a shorter name so you only have to time out "msay" rather than "mentor say" to use it --NeoFite
set hidden = 1
Expand Down
4 changes: 2 additions & 2 deletions modular_nova/modules/verbs/code/looc.dm
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
/client/verb/looc(msg as text|null)
/client/verb/looc(msg as text)
set name = "LOOC"
set desc = "Local OOC, seen only by those in view."
set category = "OOC"

looc_message(msg)

/client/verb/looc_wallpierce(msg as text|null)
/client/verb/looc_wallpierce(msg as text)
set name = "LOOC (Wallpierce)"
set desc = "Local OOC, seen by anyone within 7 tiles of you."
set category = "OOC"
Expand Down

0 comments on commit 3223d4e

Please sign in to comment.