Skip to content

Commit

Permalink
heheho (#4837)
Browse files Browse the repository at this point in the history
  • Loading branch information
TTNT789 authored Jan 19, 2025
1 parent f415111 commit 1b64592
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/modules/mob/living/basic/guardian/guardian_creator.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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.")
Expand Down Expand Up @@ -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...")
Expand Down

0 comments on commit 1b64592

Please sign in to comment.