Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit 3875aee

Browse files
authored
[Admin] Makes set minetype verb more understandable (#22860)
* Bad grammar --> Good grammar * Should probably be logged too
1 parent f63e17f commit 3875aee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

yogstation/code/modules/admin/admin_verbs.dm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,6 @@
108108
var/answer = input(src,"Which one do you choose?","Selection","Either") in l
109109
if(!answer)
110110
return
111-
message_admins("[src] the next minetype was picked.")
112-
log_admin("[src] picked the next minetype.")
111+
message_admins("[src] set the next minetype to [answer].")
112+
log_admin("[src] set the next minetype to [answer].")
113113
SSpersistence.SaveMinetype(l[answer])

0 commit comments

Comments
 (0)