mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-21 12:08:55 +01:00
Burner can be crafted from any open container (#75978)
 ## About The Pull Request Expands the options for making burners (makeshift igniters) by requiring any open container (bottles, cans, cups) instead of beaker subtypes. ## Why It's Good For The Game Makes ghetto recipe a bit more ghetto-friendly ## Changelog 🆑 qol: Chemical burner can be crafted from any open container, not just beakers /🆑
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
result = /obj/item/burner
|
||||
time = 5 SECONDS
|
||||
reqs = list(
|
||||
/obj/item/reagent_containers/cup/beaker = 1,
|
||||
/obj/item/reagent_containers/cup = 1,
|
||||
/datum/reagent/consumable/ethanol = 15,
|
||||
/obj/item/paper = 1,
|
||||
)
|
||||
@@ -62,7 +62,7 @@
|
||||
result = /obj/item/burner/oil
|
||||
time = 5 SECONDS
|
||||
reqs = list(
|
||||
/obj/item/reagent_containers/cup/beaker = 1,
|
||||
/obj/item/reagent_containers/cup = 1,
|
||||
/datum/reagent/fuel/oil = 15,
|
||||
/obj/item/paper = 1,
|
||||
)
|
||||
@@ -73,7 +73,7 @@
|
||||
result = /obj/item/burner/fuel
|
||||
time = 5 SECONDS
|
||||
reqs = list(
|
||||
/obj/item/reagent_containers/cup/beaker = 1,
|
||||
/obj/item/reagent_containers/cup = 1,
|
||||
/datum/reagent/fuel = 15,
|
||||
/obj/item/paper = 1,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user