mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
Fix for SUPER/MRSPACMAN not accepting sheets. Credit: refrigeron
This commit is contained in:
@@ -297,7 +297,7 @@ display round(lastgen) and plasmatank amount
|
||||
/obj/machinery/power/port_gen/pacman/super
|
||||
name = "S.U.P.E.R.P.A.C.M.A.N.-type Portable Generator"
|
||||
icon_state = "portgen1"
|
||||
sheet_path = "/obj/item/stack/sheet/uranium"
|
||||
sheet_path = /obj/item/stack/sheet/uranium
|
||||
power_gen = 15000
|
||||
time_per_sheet = 25
|
||||
board_path = "/obj/item/weapon/circuitboard/pacman/super"
|
||||
@@ -307,7 +307,7 @@ display round(lastgen) and plasmatank amount
|
||||
/obj/machinery/power/port_gen/pacman/mrs
|
||||
name = "M.R.S.P.A.C.M.A.N.-type Portable Generator"
|
||||
icon_state = "portgen2"
|
||||
sheet_path = "/obj/item/stack/sheet/diamond"
|
||||
sheet_path = /obj/item/stack/sheet/diamond
|
||||
power_gen = 40000
|
||||
time_per_sheet = 30
|
||||
board_path = "/obj/item/weapon/circuitboard/pacman/mrs"
|
||||
|
||||
Reference in New Issue
Block a user