mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 03:27:05 +01:00
Merge pull request #11772 from Couls/constructable-rechargers
[READY] Constructable Rechargers and machinery tweaks
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
broken_icon = "mwb"
|
||||
dirty_icon = "mwbloody"
|
||||
open_icon = "mw-o"
|
||||
pass_flags = PASSTABLE
|
||||
|
||||
// see code/modules/food/recipes_microwave.dm for recipes
|
||||
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
name = "plant DNA manipulator"
|
||||
desc = "An advanced device designed to manipulate plant genetic makeup."
|
||||
icon = 'icons/obj/hydroponics/equipment.dmi'
|
||||
pass_flags = PASSTABLE
|
||||
icon_state = "dnamod"
|
||||
density = 1
|
||||
anchored = 1
|
||||
|
||||
@@ -10,6 +10,7 @@ var/global/list/fax_blacklist = list()
|
||||
icon = 'icons/obj/library.dmi'
|
||||
icon_state = "fax"
|
||||
insert_anim = "faxsend"
|
||||
pass_flags = PASSTABLE
|
||||
var/fax_network = "Local Fax Network"
|
||||
var/syndie_restricted = FALSE //is it a syndicate base fax restricted from contacting NT assets?
|
||||
|
||||
|
||||
@@ -12,6 +12,16 @@
|
||||
build_path = /obj/item/circuitboard/thermomachine
|
||||
category = list ("Engineering Machinery")
|
||||
|
||||
/datum/design/recharger
|
||||
name = "Machine Board(Weapon Recharger)"
|
||||
desc = "The circuit board for a weapon recharger"
|
||||
id = "recharger"
|
||||
build_path = /obj/item/circuitboard/recharger
|
||||
materials = list(MAT_GLASS = 1000)
|
||||
build_type = IMPRINTER
|
||||
req_tech = list("powerstorage" = 3, "materials" = 3)
|
||||
category = list("Misc. Machinery")
|
||||
|
||||
/datum/design/smes
|
||||
name = "Machine Board (SMES)"
|
||||
desc = "The circuit board for a SMES."
|
||||
|
||||
Reference in New Issue
Block a user