Skip to content

Commit

Permalink
[MIRROR] Fixes a minor spelling mistake on the admin panel/verb list (#…
Browse files Browse the repository at this point in the history
…2091)

* Fixes a minor spelling mistake on the admin panel/verb list (#82747)

## About The Pull Request

Corrects `inisimin` to `invisimin`. This addresses #82728, but only
fixes one of the two issues mentioned

## Why It's Good For The Game

-1 spelling mistake

## Changelog
:cl:
spellcheck: 'inisimin' verb corrected to 'invisimin'
/:cl:

* Fixes a minor spelling mistake on the admin panel/verb list

---------

Co-authored-by: chel <[email protected]>
  • Loading branch information
2 people authored and StealsThePRs committed Apr 20, 2024
1 parent d61b324 commit d1c492e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/admin/admin_verbs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ ADMIN_VERB(admin_ghost, R_ADMIN, "AGhost", "Become a ghost without DNR.", ADMIN_
body.key = "@[user.key]" //Haaaaaaaack. But the people have spoken. If it breaks; blame adminbus
BLACKBOX_LOG_ADMIN_VERB("Admin Ghost")

ADMIN_VERB(invisimin, R_ADMIN, "Inisimin", "Toggles ghost-like invisibility.", ADMIN_CATEGORY_GAME)
ADMIN_VERB(invisimin, R_ADMIN, "Invisimin", "Toggles ghost-like invisibility.", ADMIN_CATEGORY_GAME)
if(HAS_TRAIT(user.mob, TRAIT_INVISIMIN))
REMOVE_TRAIT(user.mob, TRAIT_INVISIMIN, ADMIN_TRAIT)
user.mob.add_to_all_human_data_huds()
Expand Down

0 comments on commit d1c492e

Please sign in to comment.