Skip to content

Commit

Permalink
Moves around "Remove Splints" and "View playtime" (#5323)
Browse files Browse the repository at this point in the history
# About the pull request
This pr moves "View Playtimes" under the "Records" tab of OOC and
"remove splints" into "IC" tab .

# Explain why it's good for the game

viewplaytimes s a record, and "remove splints" should be under IC for
new players, not even i remember where to look for it sometimes because
under objects doesnt make sense

# Testing Photographs and Procedure
<details>
<summary>Screenshots & Videos</summary>

Put screenshots and videos here with an empty line between the
screenshots and the `<details>` tags.

</details>


# Changelog
:cl:
qol: "View Playtime" is now under the "Records" section under OOC
qol: "Remove Your Splints" is now under the "IC" section.
/:cl:

Co-authored-by: InsaneRed <[email protected]>
  • Loading branch information
Red-byte3D and InsaneRed authored Dec 29, 2023
1 parent 5053f21 commit 932138e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/modules/mob/living/carbon/human/human.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1445,7 +1445,7 @@

/mob/living/carbon/human/verb/remove_your_splints()
set name = "Remove Your Splints"
set category = "Object"
set category = "IC"

remove_splints()

Expand Down
2 changes: 1 addition & 1 deletion code/modules/mob/mob_verbs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
return

/mob/verb/view_stats()
set category = "OOC"
set category = "OOC.Records"
set name = "View Playtimes"
set desc = "View your playtimes."
if(!SSentity_manager.ready)
Expand Down

0 comments on commit 932138e

Please sign in to comment.