mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-11 10:22:13 +00:00
Borg Shaker Fix
This commit is contained in:
@@ -1,12 +1,12 @@
|
|||||||
/obj/item/reagent_containers/borghypo/borgshaker/beershaker/Initialize()
|
/obj/item/reagent_containers/borghypo/borgshaker/beershaker/Initialize()
|
||||||
var/list/extra_reagents = list(
|
var/list/extra_reagents = list(
|
||||||
/datum/reagent/consumable/ethanol/amaretto,
|
/datum/reagent/consumable/ethanol/amaretto,
|
||||||
/datum/reagent/consumable/ethanol/applejack,
|
/datum/reagent/consumable/ethanol/applejack,
|
||||||
/datum/reagent/consumable/ethanol/curacao,
|
/datum/reagent/consumable/ethanol/curacao,
|
||||||
/datum/reagent/consumable/ethanol/hcider,
|
/datum/reagent/consumable/ethanol/hcider,
|
||||||
/datum/reagent/consumable/ethanol/navy_rum,
|
/datum/reagent/consumable/ethanol/navy_rum,
|
||||||
/datum/reagent/consumable/ethanol/sake,
|
/datum/reagent/consumable/ethanol/sake,
|
||||||
/datum/reagent/consumable/ethanol
|
/datum/reagent/consumable/ethanol
|
||||||
)
|
)
|
||||||
LAZYADD(reagent_ids, extra_reagents)
|
LAZYADD(reagent_ids, extra_reagents)
|
||||||
. = ..()
|
. = ..()
|
||||||
|
|||||||
Reference in New Issue
Block a user