diff --git a/code/modules/mob/living/simple_animal/friendly/corgi.dm b/code/modules/mob/living/simple_animal/friendly/corgi.dm index ed08eed113e..d1b469c84fe 100644 --- a/code/modules/mob/living/simple_animal/friendly/corgi.dm +++ b/code/modules/mob/living/simple_animal/friendly/corgi.dm @@ -373,6 +373,12 @@ name = "Definitely Not [real_name]" desc = "That's Definitely Not [real_name]" valid = 1 + + if(/obj/item/clothing/head/beret/centcom/officer/navy) + name = "Blueshield [real_name]" + desc = "Will stand by you until the bitter end." + emote_see = list("stands with pride.", "growls heroically.") + valid = 1 if(valid) if(user && !user.drop_item()) diff --git a/html/changelogs/ianshield.yml b/html/changelogs/ianshield.yml new file mode 100644 index 00000000000..38ed9b2d65c --- /dev/null +++ b/html/changelogs/ianshield.yml @@ -0,0 +1,8 @@ + +author: Ralta + +delete-after: True + +changes: + - rscadd: "Added ability for Ian to wear Blueshield/CentComm berets." + - tweak: "beret_centcom_officer and beret_centcom_officer_navy copied to corgi_head.dmi spritesheet." diff --git a/icons/mob/corgi_head.dmi b/icons/mob/corgi_head.dmi index 8022b8aaf2e..8f33c35934a 100644 Binary files a/icons/mob/corgi_head.dmi and b/icons/mob/corgi_head.dmi differ