diff --git a/code/modules/power/pacman2.dm b/code/modules/power/pacman2.dm index a648d794149..930877d441a 100644 --- a/code/modules/power/pacman2.dm +++ b/code/modules/power/pacman2.dm @@ -6,7 +6,7 @@ power_gen = 4500 var obj/item/weapon/tank/plasma/P = null - board_path = "/obj/item/weapon/circuitboard/pacman" + board_path = "/obj/item/weapon/circuitboard/pacman2" emagged = 0 heat = 0 /* diff --git a/code/modules/power/port_gen.dm b/code/modules/power/port_gen.dm index 68916a4921c..2ad21eb5cdc 100644 --- a/code/modules/power/port_gen.dm +++ b/code/modules/power/port_gen.dm @@ -102,7 +102,7 @@ display round(lastgen) and plasmatank amount coins = 0 max_coins = 1000 coin_path = "/obj/item/weapon/coin/plasma" - board_path = "/obj/item/weapon/circuitboard/pacman2" + board_path = "/obj/item/weapon/circuitboard/pacman" coin_left = 0 // How much is left of the coin time_per_coin = 1 emagged = 0