Skip to content

Commit

Permalink
fixes typo in ro sign (#4811)
Browse files Browse the repository at this point in the history
# About the pull request

fixes a typo in req rules sign

# Explain why it's good for the game

typo fix
also replaces deleted RO with QM


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

cyrosleep => cryosleep
</details>


# Changelog


:cl:
spellcheck: Fixed a typo in RO rules sign.
spellcheck: RO mention is no more, replaced with QM.
/:cl:
  • Loading branch information
AndroBetel committed Nov 6, 2023
1 parent da03a5b commit 1e53b7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/structures/signs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@

/obj/structure/sign/ROsign
name = "\improper USCM Requisitions Office Guidelines"
desc = " 1. You are not entitled to service or equipment. Attachments are a privilege, not a right.\n 2. You must be fully dressed to obtain service. Cyrosleep underwear is non-permissible.\n 3. The Requsitions Officer has the final say and the right to decline service. Only the Acting Commanding Officer may override their decisions.\n 4. Please treat your Requsitions staff with respect. They work hard."
desc = " 1. You are not entitled to service or equipment. Attachments are a privilege, not a right.\n 2. You must be fully dressed to obtain service. Cryosleep underwear is non-permissible.\n 3. The Quartermaster has the final say and the right to decline service. Only the Acting Commanding Officer may override their decisions.\n 4. Please treat your Requsitions staff with respect. They work hard."
icon_state = "roplaque"

/obj/structure/sign/prop1
Expand Down

0 comments on commit 1e53b7d

Please sign in to comment.