diff --git a/code/modules/clothing/masks/xeno/unathi.dm b/code/modules/clothing/masks/xeno/unathi.dm index 09bef00a772..3be92bd4fbb 100644 --- a/code/modules/clothing/masks/xeno/unathi.dm +++ b/code/modules/clothing/masks/xeno/unathi.dm @@ -6,5 +6,6 @@ icon = 'icons/obj/unathi_items.dmi' icon_state = "thakh_mask" item_state = "thakh_mask" + sprite_sheets = null species_restricted = list(BODYTYPE_UNATHI) contained_sprite = TRUE \ No newline at end of file diff --git a/html/changelogs/thakhistFix.yml b/html/changelogs/thakhistFix.yml new file mode 100644 index 00000000000..2ba25bc46cd --- /dev/null +++ b/html/changelogs/thakhistFix.yml @@ -0,0 +1,6 @@ +author: TheGreyWolf + +delete-after: True + +changes: + - bugfix: "The Th'akhist head wrappings now properly shows on unathi again."