From b09be8af2de6eb2d9df16a6d1d19c6f7e040c0f1 Mon Sep 17 00:00:00 2001 From: Odairu <39929315+Odairu@users.noreply.github.com> Date: Thu, 9 May 2024 05:31:37 -0400 Subject: [PATCH] [modular] Renames the code for Inquisition ERT from Spanish Red to just Unexpected because admins keep asking me why I'm sending red alert ERTs (I'm not) (#1488) ## About The Pull Request Does what the title says ## Why It's Good For The Game Differentiates it more clearly from actual red alert ERTs ## Proof Of Testing ![Screenshot_12](https://github.com/Bubberstation/Bubberstation/assets/39929315/8834aa24-bc58-49bf-b4be-db0ba6881646) ## Changelog :cl: qol: its now easier to tell what ERT is being spawned /:cl: --------- Co-authored-by: projectkepler-RU <99981766+projectkepler-ru@users.noreply.github.com> --- modular_zubbers/code/datums/ert.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modular_zubbers/code/datums/ert.dm b/modular_zubbers/code/datums/ert.dm index 4fc0f1b1068..70c65d8b59e 100644 --- a/modular_zubbers/code/datums/ert.dm +++ b/modular_zubbers/code/datums/ert.dm @@ -15,7 +15,7 @@ code = "Gold" /datum/ert/inquisition - code = "Spanish Red" + code = "Unexpected" /datum/ert/janitor code = "Purple"