Skip to content

Commit

Permalink
Jill no longer sells you air when buying drones[BUGFIX] (#2520)
Browse files Browse the repository at this point in the history
drone_research_fix

drones now gained from real research instead of gun research
  • Loading branch information
KingSuperBOB authored Oct 26, 2024
1 parent 6e91bfb commit 316c843
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
..()

0 comments on commit 316c843

Please sign in to comment.