Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adds an admin only infinite kitchenmage #391

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -107,3 +107,17 @@
/obj/machinery/chem_dispenser/kitchenaid_stand/display_beaker()
var/mutable_appearance/overlayed_beaker = beaker_overlay || mutable_appearance(icon, "disp_beaker")
return overlayed_beaker

// Super version with an infinite cell and good reagent quality

/obj/machinery/chem_dispenser/kitchenaid_stand/infinity
name = "Ultimate KitchenMage 9000 Super NEO NEXT"
desc = "Promoted by the top celebrity chefs across the coalition, used by not one of them. \
A towering machine capable of synthesizing common kitchen ingredients at extremely poor quality \
for practically free. 'KitchenMage', every kitchen could use a wizard. This one has a red stripe, \
and nothing else seems too much different with it."
icon_state = "dispenser_super"
base_icon_state = "dispenser_super"
anchored = TRUE
base_reagent_purity = 1
cell_we_spawn_with = /obj/item/stock_parts/power_store/cell/infinite
Binary file modified modular_doppler/colony_fabricator/icons/kitchen_dispenser.dmi
Binary file not shown.
Loading