mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 08:08:49 +01:00
Gives the bartender a service plumbing constructor. (#93928)
## About The Pull Request Puts one service plumbing constructor in bartender's wardrobe vendor Lets plumbing constructors actually build the chemical teleporters (before this only the sender could be made) ## Why It's Good For The Game An alcohol factory isn't anything game changing. Not forcing the bartender to wait for very niche research nobody will ever do to play with it is a good thing ## Changelog 🆑 Cat balance: Bartender's wardrobe vendor starts with a service plumbing constructor /🆑 --------- Co-authored-by: John Doe <markkavalerov87@gmail.com>
This commit is contained in:
@@ -310,6 +310,8 @@
|
||||
name = "service plumbing constructor"
|
||||
desc = "A type of plumbing constructor designed to rapidly deploy the machines needed to make a brewery."
|
||||
icon_state = "plumberer_service"
|
||||
///Extra price because it appears in bartender's vendor
|
||||
custom_premium_price = PAYCHECK_CREW * 6
|
||||
///Design types for plumbing service constructor
|
||||
var/static/list/service_design_types = list(
|
||||
//Category 1 synthesizers
|
||||
|
||||
Reference in New Issue
Block a user