mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 08:37:43 +01:00
[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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user