mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 02:34:00 +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)
|
||||
if(..())
|
||||
return TRUE
|
||||
|
||||
/*CHOMP Removal brainlet.
|
||||
for(var/parameter in params)
|
||||
to_world("[parameter] - [params[parameter]]")
|
||||
|
||||
*/
|
||||
switch(action)
|
||||
if("toggle_active")
|
||||
var/obj/machinery/power/emitter/gyrotron/G = locate(params["gyro"])
|
||||
|
||||
@@ -7,10 +7,10 @@
|
||||
/datum/tgui_module/rustcore_monitor/tgui_act(action, params)
|
||||
if(..())
|
||||
return TRUE
|
||||
|
||||
/*CHOMP Removal brainlet.
|
||||
for(var/parameter in params)
|
||||
to_world("[parameter] - [params[parameter]]")
|
||||
|
||||
*/
|
||||
switch(action)
|
||||
if("toggle_active")
|
||||
var/obj/machinery/power/fusion_core/C = locate(params["core"])
|
||||
@@ -58,10 +58,10 @@
|
||||
"name" = reagent,
|
||||
"amount" = C.owned_field.dormant_reactant_quantities[reagent]
|
||||
)))
|
||||
|
||||
/*CHOMP Removal brainlet.
|
||||
for(var/list/reactant in reactants)
|
||||
to_world("[reactant[1]] [reactant[2]]")
|
||||
|
||||
*/
|
||||
cores.Add(list(list(
|
||||
"name" = C.name,
|
||||
"has_field" = C.owned_field ? TRUE : FALSE,
|
||||
|
||||
@@ -7,10 +7,10 @@
|
||||
/datum/tgui_module/rustfuel_control/tgui_act(action, params)
|
||||
if(..())
|
||||
return TRUE
|
||||
|
||||
/*CHOMP Removal brainlet.
|
||||
for(var/parameter in params)
|
||||
to_world("[parameter] - [params[parameter]]")
|
||||
|
||||
*/
|
||||
switch(action)
|
||||
if("toggle_active")
|
||||
var/obj/machinery/fusion_fuel_injector/FI = locate(params["fuel"])
|
||||
|
||||
Reference in New Issue
Block a user