mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Fixes travis.
This commit is contained in:
@@ -242,11 +242,11 @@
|
||||
|
||||
loc.verbs += /obj/item/device/assembly_holder/timer_igniter/verb/configure
|
||||
|
||||
/obj/item/device/assembly_holder/timer_igniterdetached()
|
||||
/obj/item/device/assembly_holder/timer_igniter/detached()
|
||||
loc.verbs -= /obj/item/device/assembly_holder/timer_igniter/verb/configure
|
||||
..()
|
||||
|
||||
/obj/item/device/assembly_holder/timer_igniterverb/configure()
|
||||
/obj/item/device/assembly_holder/timer_igniter/verb/configure()
|
||||
set name = "Set Timer"
|
||||
set category = "Object"
|
||||
set src in usr
|
||||
|
||||
@@ -1589,10 +1589,10 @@ CIRCUITS BELOW
|
||||
/datum/design/item/custom_circuit_assembly/device
|
||||
name = "Device custom assembly"
|
||||
desc = "An customizable assembly designed to interface with other devices."
|
||||
id = "assembly-implant"
|
||||
id = "assembly-device"
|
||||
req_tech = list(TECH_MATERIAL = 2, TECH_ENGINEERING = 2, TECH_POWER = 2)
|
||||
materials = list(DEFAULT_WALL_MATERIAL = 5000)
|
||||
build_path = /obj/item/weapon/implant/integrated_circuit
|
||||
build_path = /obj/item/device/assembly/electronic_assembly
|
||||
sort_string = "VCAAF"
|
||||
|
||||
/datum/design/item/translator
|
||||
|
||||
@@ -37,7 +37,6 @@
|
||||
expected_outputs = list("Lorem ipsum...")
|
||||
|
||||
|
||||
|
||||
/datum/unit_test/integrated_circuits/floor/radians2degrees
|
||||
name = "Converter Circuits: Radians2Degrees"
|
||||
circuit_type = /obj/item/integrated_circuit/converter/radians2degrees
|
||||
|
||||
Reference in New Issue
Block a user