From 894356a741ecc2ec246df6999bf9be2257678aa1 Mon Sep 17 00:00:00 2001 From: Geeves Date: Wed, 7 Oct 2020 23:03:08 +0200 Subject: [PATCH] Vaurca Phoron Inhaler Removal (#10181) --- .../living/carbon/human/species/station/vaurca/vaurca.dm | 6 ------ html/changelogs/geeves-no_more_inhaler.yml | 6 ++++++ 2 files changed, 6 insertions(+), 6 deletions(-) create mode 100644 html/changelogs/geeves-no_more_inhaler.yml diff --git a/code/modules/mob/living/carbon/human/species/station/vaurca/vaurca.dm b/code/modules/mob/living/carbon/human/species/station/vaurca/vaurca.dm index 5787433f188..55af99ef825 100644 --- a/code/modules/mob/living/carbon/human/species/station/vaurca/vaurca.dm +++ b/code/modules/mob/living/carbon/human/species/station/vaurca/vaurca.dm @@ -146,12 +146,6 @@ if(H.equip_to_slot_or_del(S,slot_shoes)) S.autodrobe_no_remove = 1 -/datum/species/bug/equip_later_gear(var/mob/living/carbon/human/H) - if(istype(H.get_equipped_item(slot_back), /obj/item/storage/backpack) && H.equip_to_slot_or_del(new /obj/item/reagent_containers/inhaler/phoron_special(H.back), slot_in_backpack)) - return - var/obj/item/reagent_containers/inhaler/phoron_special/I = new /obj/item/reagent_containers/inhaler/phoron_special(get_turf(H)) - H.put_in_hands(I) - /datum/species/bug/handle_post_spawn(var/mob/living/carbon/human/H) H.gender = NEUTER return ..() diff --git a/html/changelogs/geeves-no_more_inhaler.yml b/html/changelogs/geeves-no_more_inhaler.yml new file mode 100644 index 00000000000..400813bcabf --- /dev/null +++ b/html/changelogs/geeves-no_more_inhaler.yml @@ -0,0 +1,6 @@ +author: Geeves + +delete-after: True + +changes: + - rscdel: "Vaurca no longer spawn with phoron inhalers." \ No newline at end of file