From 316c84336e493c94866847ddba10aec1926caa4b Mon Sep 17 00:00:00 2001 From: KingSuperBOB <88884857+KingSuperBOB@users.noreply.github.com> Date: Sat, 26 Oct 2024 16:14:57 -0300 Subject: [PATCH] Jill no longer sells you air when buying drones[BUGFIX] (#2520) drone_research_fix drones now gained from real research instead of gun research --- ModularTegustation/tegu_items/representative/research/kcorp.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ModularTegustation/tegu_items/representative/research/kcorp.dm b/ModularTegustation/tegu_items/representative/research/kcorp.dm index 685b3231c956..79844c45258b 100644 --- a/ModularTegustation/tegu_items/representative/research/kcorp.dm +++ b/ModularTegustation/tegu_items/representative/research/kcorp.dm @@ -157,6 +157,6 @@ corp = K_CORP_REP required_research = /datum/data/lc13research/syringe -/datum/data/lc13research/kguns/ResearchEffect(obj/structure/representative_console/caller) +/datum/data/lc13research/kdrones/ResearchEffect(obj/structure/representative_console/caller) ItemUnlock(caller.order_list, "K Corp Drone Spawner", /obj/item/grenade/spawnergrenade/khealing, 600) ..()