Skip to content

Commit

Permalink
Makes upgraded soda dispensers actually upgraded (tgstation#85551)
Browse files Browse the repository at this point in the history
## About The Pull Request
Makes the `drinks/fullupgrade` actually have the fullupgrade circuit
board, which is responsible for upgrading the parts in the machine.
Matches the booze dispenser, which currently works.


https://github.com/tgstation/tgstation/blob/6847e9203500e2c6e3c138d8102254cc08a018bb/code/modules/reagents/chemistry/machinery/chem_dispenser.dm#L632-L635
## Why It's Good For The Game
bugn't
## Changelog
:cl:
fix: pre-upgraded soda dispensers are actually pre-upgraded again
/:cl:
  • Loading branch information
FlufflesTheDog authored Aug 14, 2024
1 parent a24c890 commit bc7ee34
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -573,6 +573,7 @@
/obj/machinery/chem_dispenser/drinks/fullupgrade //fully ugpraded stock parts, emagged
desc = "Contains a large reservoir of soft drinks. This model has had its safeties shorted out."
obj_flags = CAN_BE_HIT | EMAGGED
circuit = /obj/item/circuitboard/machine/chem_dispenser/drinks/fullupgrade

/obj/machinery/chem_dispenser/drinks/fullupgrade/Initialize(mapload)
. = ..()
Expand Down

0 comments on commit bc7ee34

Please sign in to comment.