mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-26 01:52:15 +00:00
Merge pull request #1021 from Lexusjjss/genBranch
Created Industrial PACMAN generator with a Kirby sprite.
This commit is contained in:
@@ -311,5 +311,15 @@ display round(lastgen) and plasmatank amount
|
||||
power_gen = 40000
|
||||
time_per_sheet = 30
|
||||
board_path = "/obj/item/weapon/circuitboard/pacman/mrs"
|
||||
overheat()
|
||||
explosion(src.loc, 4, 4, 4, -1)
|
||||
|
||||
/obj/machinery/power/port_gen/pacman/industrial
|
||||
name = "Industrial P.A.C.M.A.N.-type Portable Generator"
|
||||
icon_state = "plasmagen"
|
||||
sheet_path = /obj/item/stack/sheet/plasma
|
||||
power_gen = 25000
|
||||
time_per_sheet = 30
|
||||
board_path = "/obj/item/weapon/circuitboard/pacman/industrial"
|
||||
overheat()
|
||||
explosion(src.loc, 4, 4, 4, -1)
|
||||
@@ -1226,6 +1226,16 @@ datum
|
||||
materials = list("$glass" = 2000, "acid" = 20)
|
||||
build_path = "/obj/item/weapon/circuitboard/pacman/mrs"
|
||||
|
||||
industrial
|
||||
name = "Industrial PACMAN-type Generator Board"
|
||||
desc = "The circuit board that for a Industrial PACMAN-type portable generator."
|
||||
id = "industrial"
|
||||
req_tech = list("programming" = 3, "powerstorage" = 4, "engineering" = 4)
|
||||
build_type = IMPRINTER
|
||||
reliability_base = 70
|
||||
materials = list("$glass" = 2000, "acid" = 20)
|
||||
build_path = "/obj/item/weapon/circuitboard/pacman/industrial"
|
||||
|
||||
|
||||
/////////////////////////////////////////
|
||||
////////////Medical Tools////////////////
|
||||
|
||||
Reference in New Issue
Block a user