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