From 4719b90cca287de886e1a36b8a41ea21bd5561ea Mon Sep 17 00:00:00 2001 From: Geeves Date: Fri, 19 Mar 2021 23:05:50 +0200 Subject: [PATCH] Diona Flashlight Fix (#11478) --- .../mob/living/carbon/human/species/station/diona/diona.dm | 3 ++- html/changelogs/geeves-hate_diona_more.yml | 6 ++++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 html/changelogs/geeves-hate_diona_more.yml 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