[MIRROR] PACMAN buff to make it usable as backup generator again [MDB IGNORE] (#13682)

* PACMAN buff to make it usable as backup generator again (#67062)

* PACMAN buff to make it usable as backup generator again

Co-authored-by: fippe <julius.salonen@cs.tamk.fi>
This commit is contained in:
SkyratBot
2022-05-17 21:27:15 -07:00
committed by GitHub
co-authored by fippe
parent a5aaf9ecc8
commit f072cabedc
2 changed files with 8 additions and 8 deletions
@@ -195,13 +195,13 @@
/obj/item/circuitboard/machine/pacman/examine(mob/user)
. = ..()
var/message = high_production_profile ? "high production - high consumption" : "low production - low consumption"
var/message = high_production_profile ? "high-power uranium mode" : "medium-power plasma mode"
. += span_notice("It's set to [message].")
. += span_notice("You can switch the mode by using a screwdriver on [src].")
/obj/item/circuitboard/machine/pacman/screwdriver_act(mob/living/user, obj/item/tool)
high_production_profile = !high_production_profile
var/message = high_production_profile ? "high production - high consumption" : "low production - low consumption"
var/message = high_production_profile ? "high-power uranium mode" : "medium-power plasma mode"
to_chat(user, span_notice("You set the board for [message]"))
/obj/item/circuitboard/machine/turbine_compressor