Skip to content

Commit

Permalink
Fixes #12631 (#12940)
Browse files Browse the repository at this point in the history
Fixes #12631
Yes, I considered making this an istype - but that wouldn't work because of the way the icon code works
  • Loading branch information
DrCelt authored and PJB3005 committed Dec 20, 2016
1 parent ecb3244 commit 64bde63
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/living/simple_animal/friendly/corgi.dm
Expand Up @@ -256,7 +256,7 @@
/obj/item/clothing/head/hardhat, /obj/item/clothing/head/collectable/hardhat,/obj/item/clothing/head/hardhat/white, /obj/item/weapon/paper )
valid = 1

if(/obj/item/clothing/head/helmet/tactical/sec)
if(/obj/item/clothing/head/helmet/tactical/sec,/obj/item/clothing/head/helmet/tactical/sec/preattached)
name = "Sergeant [real_name]"
desc = "The ever-loyal, the ever-vigilant."
valid = 1
Expand Down
Binary file modified icons/mob/corgi_head.dmi
Binary file not shown.

0 comments on commit 64bde63

Please sign in to comment.