mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 03:33:21 +00:00
Comment out "to_world" for rust consoles
WHY WOULD YOU DO THAT
This commit is contained in:
@@ -7,10 +7,10 @@
|
|||||||
/datum/tgui_module/gyrotron_control/tgui_act(action, params)
|
/datum/tgui_module/gyrotron_control/tgui_act(action, params)
|
||||||
if(..())
|
if(..())
|
||||||
return TRUE
|
return TRUE
|
||||||
|
/*CHOMP Removal brainlet.
|
||||||
for(var/parameter in params)
|
for(var/parameter in params)
|
||||||
to_world("[parameter] - [params[parameter]]")
|
to_world("[parameter] - [params[parameter]]")
|
||||||
|
*/
|
||||||
switch(action)
|
switch(action)
|
||||||
if("toggle_active")
|
if("toggle_active")
|
||||||
var/obj/machinery/power/emitter/gyrotron/G = locate(params["gyro"])
|
var/obj/machinery/power/emitter/gyrotron/G = locate(params["gyro"])
|
||||||
|
|||||||
@@ -7,10 +7,10 @@
|
|||||||
/datum/tgui_module/rustcore_monitor/tgui_act(action, params)
|
/datum/tgui_module/rustcore_monitor/tgui_act(action, params)
|
||||||
if(..())
|
if(..())
|
||||||
return TRUE
|
return TRUE
|
||||||
|
/*CHOMP Removal brainlet.
|
||||||
for(var/parameter in params)
|
for(var/parameter in params)
|
||||||
to_world("[parameter] - [params[parameter]]")
|
to_world("[parameter] - [params[parameter]]")
|
||||||
|
*/
|
||||||
switch(action)
|
switch(action)
|
||||||
if("toggle_active")
|
if("toggle_active")
|
||||||
var/obj/machinery/power/fusion_core/C = locate(params["core"])
|
var/obj/machinery/power/fusion_core/C = locate(params["core"])
|
||||||
@@ -58,10 +58,10 @@
|
|||||||
"name" = reagent,
|
"name" = reagent,
|
||||||
"amount" = C.owned_field.dormant_reactant_quantities[reagent]
|
"amount" = C.owned_field.dormant_reactant_quantities[reagent]
|
||||||
)))
|
)))
|
||||||
|
/*CHOMP Removal brainlet.
|
||||||
for(var/list/reactant in reactants)
|
for(var/list/reactant in reactants)
|
||||||
to_world("[reactant[1]] [reactant[2]]")
|
to_world("[reactant[1]] [reactant[2]]")
|
||||||
|
*/
|
||||||
cores.Add(list(list(
|
cores.Add(list(list(
|
||||||
"name" = C.name,
|
"name" = C.name,
|
||||||
"has_field" = C.owned_field ? TRUE : FALSE,
|
"has_field" = C.owned_field ? TRUE : FALSE,
|
||||||
|
|||||||
@@ -7,10 +7,10 @@
|
|||||||
/datum/tgui_module/rustfuel_control/tgui_act(action, params)
|
/datum/tgui_module/rustfuel_control/tgui_act(action, params)
|
||||||
if(..())
|
if(..())
|
||||||
return TRUE
|
return TRUE
|
||||||
|
/*CHOMP Removal brainlet.
|
||||||
for(var/parameter in params)
|
for(var/parameter in params)
|
||||||
to_world("[parameter] - [params[parameter]]")
|
to_world("[parameter] - [params[parameter]]")
|
||||||
|
*/
|
||||||
switch(action)
|
switch(action)
|
||||||
if("toggle_active")
|
if("toggle_active")
|
||||||
var/obj/machinery/fusion_fuel_injector/FI = locate(params["fuel"])
|
var/obj/machinery/fusion_fuel_injector/FI = locate(params["fuel"])
|
||||||
|
|||||||
Reference in New Issue
Block a user