From eda2af26d8a7b441f779c42331fff0af9f7d72c8 Mon Sep 17 00:00:00 2001 From: SmArtKar <44720187+SmArtKar@users.noreply.github.com> Date: Wed, 31 Jul 2024 09:28:05 +0300 Subject: [PATCH] [NO GBP] Fixed advanced pods showing up as cultist pods (#85393) ## About The Pull Request Closes #85385 ## Changelog :cl: fix: Fixed advanced pods showing up as cultist pods /:cl: --- code/datums/pod_style.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/datums/pod_style.dm b/code/datums/pod_style.dm index 681e66ad082..853d7e05878 100644 --- a/code/datums/pod_style.dm +++ b/code/datums/pod_style.dm @@ -56,7 +56,7 @@ glow_color = "blue" id = "deathsquad" -/datum/pod_style/advanced +/datum/pod_style/cultist name = "bloody supply pod" ui_name = "Cultist" desc = "A Nanotrasen supply pod covered in scratch-marks, blood, and strange runes."