mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-19 11:05:50 +01:00
@@ -38,4 +38,4 @@
|
||||
if(fuel < wanted)
|
||||
wanted = fuel
|
||||
fuel -= wanted
|
||||
return wanted
|
||||
return wanted
|
||||
|
||||
@@ -289,4 +289,4 @@
|
||||
|
||||
|
||||
#undef RELAY_POWER_TRANSFER
|
||||
#undef LOGIC_HIGH
|
||||
#undef LOGIC_HIGH
|
||||
|
||||
@@ -180,4 +180,4 @@
|
||||
icon_state = "Dice1"
|
||||
base_state = "Dice"
|
||||
desc = "A bright neon wall sign."
|
||||
light_type = /obj/item/light/bulb/neon/yellow
|
||||
light_type = /obj/item/light/bulb/neon/yellow
|
||||
|
||||
@@ -68,4 +68,4 @@ var/global/list/power_update_requests_by_area = list()
|
||||
to_chat(usr, "Total profiling time: [power_profiled_time] ticks")
|
||||
to_chat(usr, "Total profiling time: [power_profiled_time] ticks")
|
||||
for (var/A in power_update_requests_by_area)
|
||||
to_chat(usr, "[A] = [power_update_requests_by_area[A]]")
|
||||
to_chat(usr, "[A] = [power_update_requests_by_area[A]]")
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
desc_holder = "This is where the Alpha particles are accelerated to <b><i>radical speeds</i></b>."
|
||||
icon = 'icons/obj/machines/particle_accelerator2.dmi'
|
||||
icon_state = "fuel_chamber"
|
||||
reference = "fuel_chamber"
|
||||
reference = "fuel_chamber"
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
desc_holder = "This uses electromagnetic waves to focus the Alpha-Particles."
|
||||
icon = 'icons/obj/machines/particle_accelerator2.dmi'
|
||||
icon_state = "power_box"
|
||||
reference = "power_box"
|
||||
reference = "power_box"
|
||||
|
||||
@@ -55,4 +55,4 @@
|
||||
if("Collector")
|
||||
name = T_BOARD("tesla collector coil")
|
||||
build_path = /obj/machinery/power/tesla_coil/collector
|
||||
return
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user