From 1b64592f2b43a08cd43eaf94034cfacee99f7ef7 Mon Sep 17 00:00:00 2001 From: TTNT789 <105447889+TTNT789@users.noreply.github.com> Date: Sat, 18 Jan 2025 18:34:40 -0700 Subject: [PATCH] heheho (#4837) --- code/modules/mob/living/basic/guardian/guardian_creator.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/mob/living/basic/guardian/guardian_creator.dm b/code/modules/mob/living/basic/guardian/guardian_creator.dm index 7915bc621017..fa67794ac2c3 100644 --- a/code/modules/mob/living/basic/guardian/guardian_creator.dm +++ b/code/modules/mob/living/basic/guardian/guardian_creator.dm @@ -173,6 +173,7 @@ GLOBAL_LIST_INIT(guardian_radial_images, setup_guardian_radial()) icon = 'icons/obj/medical/syringe.dmi' icon_state = "combat_hypo" theme = GUARDIAN_THEME_TECH + allow_multiple = TRUE allow_changeling = FALSE use_message = span_holoparasite("You start to power on the injector...") used_message = span_holoparasite("The injector has already been used.") @@ -201,6 +202,7 @@ GLOBAL_LIST_INIT(guardian_radial_images, setup_guardian_radial()) icon = 'icons/obj/lavaland/artefacts.dmi' icon_state = "dustyshard" theme = GUARDIAN_THEME_MINER + allow_multiple = TRUE use_message = span_holoparasite("You pierce your skin with the shard...") used_message = span_holoparasite("This shard seems to have lost all its power...") failure_message = span_boldholoparasite("The shard hasn't reacted at all. Maybe try again later...")