diff --git a/code/__defines/mobs.dm b/code/__defines/mobs.dm index 09e48ebfd27..887946c826e 100644 --- a/code/__defines/mobs.dm +++ b/code/__defines/mobs.dm @@ -139,7 +139,7 @@ #define BP_IPCTAG "ipc tag" // Zombie organ -#define BP_ZOMBIE_PARASITE "zombieparasite" +#define BP_ZOMBIE_PARASITE "black tumour" //Augment organs #define BP_AUG_TIMEPIECE "integrated timepiece" diff --git a/code/modules/organs/subtypes/parasite.dm b/code/modules/organs/subtypes/parasite.dm index c57458917e7..1a8cdbe37c5 100644 --- a/code/modules/organs/subtypes/parasite.dm +++ b/code/modules/organs/subtypes/parasite.dm @@ -223,10 +223,10 @@ ..() /obj/item/organ/internal/parasite/zombie - name = "black tumor" - icon = 'icons/obj/surgery.dmi' - icon_state = "blacktumor" - dead_icon = "blacktumor" + name = "black tumour" + icon = 'icons/obj/organs/organs.dmi' + icon_state = "black_tumour" + dead_icon = "black_tumour" organ_tag = BP_ZOMBIE_PARASITE parent_organ = BP_HEAD diff --git a/html/changelogs/black_tumor_fix.yml b/html/changelogs/black_tumor_fix.yml new file mode 100644 index 00000000000..e6ac1c9423d --- /dev/null +++ b/html/changelogs/black_tumor_fix.yml @@ -0,0 +1,6 @@ +author: SleepyGemmy + +delete-after: True + +changes: + - bugfix: "Fixes the zombie parasite tumour having the wrong name and missing its sprite." \ No newline at end of file diff --git a/icons/obj/organs/organs.dmi b/icons/obj/organs/organs.dmi index 5df992f277c..93dc02275e0 100644 Binary files a/icons/obj/organs/organs.dmi and b/icons/obj/organs/organs.dmi differ