Merge pull request #1021 from Lexusjjss/genBranch

Created Industrial PACMAN generator with a Kirby sprite.
This commit is contained in:
CIB
2012-05-11 01:41:23 -07:00
4 changed files with 25 additions and 0 deletions

View File

@@ -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)

View File

@@ -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////////////////