diff --git a/code/modules/mob/living/carbon/human/species/station/diona/diona.dm b/code/modules/mob/living/carbon/human/species/station/diona/diona.dm index 5560cc88b0e..c442e9d52e4 100644 --- a/code/modules/mob/living/carbon/human/species/station/diona/diona.dm +++ b/code/modules/mob/living/carbon/human/species/station/diona/diona.dm @@ -168,7 +168,8 @@ if((!D.client && !D.mind) || D.stat == DEAD) qdel(D) -/datum/species/diona/equip_later_gear(mob/living/carbon/human/H) +/datum/species/diona/after_equip(mob/living/carbon/human/H, visualsOnly, datum/job/J) + . = ..() var/obj/item/storage/box/survival/SB = locate() in H if(!SB) for(var/obj/item/storage/S in H) diff --git a/html/changelogs/geeves-hate_diona_more.yml b/html/changelogs/geeves-hate_diona_more.yml new file mode 100644 index 00000000000..b00036eebe3 --- /dev/null +++ b/html/changelogs/geeves-hate_diona_more.yml @@ -0,0 +1,6 @@ +author: Geeves + +delete-after: True + +changes: + - bugfix: "Diona now spawn with their survival flashlight more often than not." \ No newline at end of file