Skip to content

Commit

Permalink
TGS Test Merge (#6814)
Browse files Browse the repository at this point in the history
  • Loading branch information
blubelle authored and blubelle committed Oct 24, 2024
2 parents 11f7e2b + 067fa3e commit a0e4147
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 16 deletions.
2 changes: 0 additions & 2 deletions code/modules/atmospherics/atmosphere/atmosphere.dm
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
//* This file is explicitly licensed under the MIT license. *//
//* Copyright (c) 2023 Citadel Station developers. *//

/**
* system for both
Expand Down
2 changes: 0 additions & 2 deletions code/modules/atmospherics/environmental/public.dm
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
//* This file is explicitly licensed under the MIT license. *//
//* Copyright (c) 2023 Citadel Station developers. *//

// when writing atmos machinery, prefer using these procs
// this lets us somewhat separate API from implemenetation of the environmental module.
Expand Down
2 changes: 0 additions & 2 deletions code/modules/atmospherics/environmental/turf-share.dm
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
//* This file is explicitly licensed under the MIT license. *//
//* Copyright (c) 2024 Citadel Station Developers *//

/**
* Used to share a certain temperature & heat capacity's thermal energy with us.
Expand Down
2 changes: 0 additions & 2 deletions code/modules/atmospherics/gasmixtures/_helpers-transfer.dm
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
//* This file is explicitly licensed under the MIT license. *//
//* Copyright (c) 2023 Citadel Station developers. *//

//-----------------------------------------------------------------------------//
/**
Expand Down
2 changes: 0 additions & 2 deletions code/modules/atmospherics/gasmixtures/gas.dm
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
//* This file is explicitly licensed under the MIT license. *//
//* Copyright (c) 2023 Citadel Station developers. *//

/**
* Gas datum definitions, inspired by /tg/station LINDA & Baystation XGM.
Expand Down
2 changes: 0 additions & 2 deletions code/modules/atmospherics/gasmixtures/gas_data.dm
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
//* This file is explicitly licensed under the MIT license. *//
//* Copyright (c) 2023 Citadel Station developers. *//

GLOBAL_REAL(gas_data, /datum/gas_data) = new

Expand Down
2 changes: 0 additions & 2 deletions code/modules/atmospherics/gasmixtures/gas_types/core.dm
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
//* This file is explicitly licensed under the MIT license. *//
//* Copyright (c) 2023 Citadel Station developers. *//

/datum/gas/oxygen
id = GAS_ID_OXYGEN
Expand Down
2 changes: 0 additions & 2 deletions code/modules/atmospherics/gasmixtures/procedural_gas.dm
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
//* This file is explicitly licensed under the MIT license. *//
//* Copyright (c) 2024 Citadel Station Developers *//

/proc/generate_procedural_gas(path, list/arguments)
var/datum/procedural_gas/instance = new path(arglist(arguments))
Expand Down

0 comments on commit a0e4147

Please sign in to comment.