Skip to content

Commit

Permalink
Funny Roundstart Nucleum
Browse files Browse the repository at this point in the history
  • Loading branch information
SerynEngi committed Sep 21, 2023
1 parent a50f8de commit d65532d
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 23 deletions.
22 changes: 11 additions & 11 deletions _maps/map_files/Aetherwhisp/Aetherwhisp2.dmm

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 10 additions & 9 deletions _maps/map_files/Galactica/Galactica2.dmm

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions _maps/map_files/Tycoon/Tycoon2.dmm

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions nsv13/code/__DEFINES/atmospherics.dm
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#define ATMOS_GAS_MONITOR_INPUT_NUCLEIUM "nucleium_in"
#define ATMOS_GAS_MONITOR_OUTPUT_NUCLEIUM "nucleium_out"
#define ATMOS_GAS_MONITOR_SENSOR_NUCLEIUM "nucleium_sensor"
#define ATMOS_TANK_NUCLEUM "nucleum=750;TEMP=293.15"
4 changes: 4 additions & 0 deletions nsv13/code/game/turfs/custom_turfs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -166,3 +166,7 @@
var/obj/structure/overmap/small_craft/OM = AM
return OM.check_overmap_elegibility(ignore_position = TRUE)
return ..()

/turf/open/floor/engine/nucleum
name = "Nucleum Floor"
initial_gas_mix = ATMOS_TANK_NUCLEUM

0 comments on commit d65532d

Please sign in to comment.