mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-19 20:15:47 +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:
@@ -1,12 +1,12 @@
|
||||
/obj/item/reagent_containers/cup
|
||||
name = "glass"
|
||||
name = "open container"
|
||||
amount_per_transfer_from_this = 10
|
||||
possible_transfer_amounts = list(5, 10, 15, 20, 25, 30, 50)
|
||||
volume = 50
|
||||
reagent_flags = OPENCONTAINER | DUNKABLE
|
||||
spillable = TRUE
|
||||
resistance_flags = ACID_PROOF
|
||||
|
||||
icon_state = "bottle"
|
||||
lefthand_file = 'icons/mob/inhands/items/drinks_lefthand.dmi'
|
||||
righthand_file = 'icons/mob/inhands/items/drinks_righthand.dmi'
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
name = "drink"
|
||||
desc = "yummy"
|
||||
icon = 'icons/obj/drinks/drinks.dmi'
|
||||
icon_state = null
|
||||
icon_state = "glass_empty"
|
||||
possible_transfer_amounts = list(5,10,15,20,25,30,50)
|
||||
resistance_flags = NONE
|
||||
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
/obj/item/reagent_containers/cup/soda_cans
|
||||
name = "soda can"
|
||||
icon = 'icons/obj/drinks/soda.dmi'
|
||||
icon_state = "cola"
|
||||
icon_state_preview = "cola"
|
||||
reagent_flags = NONE
|
||||
spillable = FALSE
|
||||
|
||||
Reference in New Issue
Block a user