From 78ed2b002c71340fcc77e7adf5336b9bee18f9e7 Mon Sep 17 00:00:00 2001
From: WickedCybs <52309324+WickedCybs@users.noreply.github.com>
Date: Tue, 7 Jun 2022 04:25:47 -0600
Subject: [PATCH] Changes the Re-Admin Text (#14199)
---
code/modules/admin/admin_verbs.dm | 2 +-
html/changelogs/wickedcybs_bloat.yml | 6 ++++++
2 files changed, 7 insertions(+), 1 deletion(-)
create mode 100644 html/changelogs/wickedcybs_bloat.yml
diff --git a/code/modules/admin/admin_verbs.dm b/code/modules/admin/admin_verbs.dm
index 0897af04ad7..29677120328 100644
--- a/code/modules/admin/admin_verbs.dm
+++ b/code/modules/admin/admin_verbs.dm
@@ -767,7 +767,7 @@ var/list/admin_verbs_cciaa = list(
deadmin_holder.reassociate()
log_admin("[src] re-admined themself.",admin_key=key_name(src))
message_admins("[src] re-admined themself.", 1)
- to_chat(src, "You now have the keys to control the planet, or atleast a small space station")
+ to_chat(src, "You now have the keys to control the galaxy, or at least a small space ship")
verbs -= /client/proc/readmin_self
/client/proc/deadmin_self()
diff --git a/html/changelogs/wickedcybs_bloat.yml b/html/changelogs/wickedcybs_bloat.yml
new file mode 100644
index 00000000000..dbfc6165a51
--- /dev/null
+++ b/html/changelogs/wickedcybs_bloat.yml
@@ -0,0 +1,6 @@
+author: WickedCybs
+
+delete-after: True
+
+changes:
+ - tweak: "Changes the re-admin text to mention a space ship, instead of a station."
\ No newline at end of file