Skip to content

Commit

Permalink
hell with it let's see
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkSuckerberg committed Dec 19, 2024
1 parent f451c21 commit 25ee637
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 11 deletions.
10 changes: 2 additions & 8 deletions code/controllers/subsystem/air.dm
Original file line number Diff line number Diff line change
Expand Up @@ -249,15 +249,9 @@ BACKGROUND_SUBSYSTEM_DEF(air)
return
machine.atmos_processing = TRUE
if(machine.interacts_with_air)
if(mapload)
deferred_atmos_air_machinery += machine
else
atmos_air_machinery += machine
atmos_air_machinery += machine
else
if(mapload)
deferred_atmos_machinery += machine
else
atmos_machinery += machine
atmos_machinery += machine

/**
* Removes a given machine to the processing system for SSAIR_ATMOSMACHINERY processing.
Expand Down
2 changes: 1 addition & 1 deletion code/modules/admin/verbs/atmosdebug.dm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#define ANNOTATE_OBJECT(object) testing ? "[object.loc.loc.name] (estimated location: [json_encode(object.get_relative_location())])" : ADMIN_VERBOSEJMP(object)
#define ANNOTATE_OBJECT(object) testing ? "[object.loc.loc.name] (estimated location: [json_encode(object.check_shuttle_offset() || object.get_relative_location())])" : ADMIN_VERBOSEJMP(object)

/atom/proc/check_shuttle_offset()
if(!SSshuttle.initialized)
Expand Down
4 changes: 2 additions & 2 deletions code/modules/atmospherics/machinery/datum_pipeline.dm
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@
continue

if(item.parent)
log_mapping("Possible doubled atmosmachine found at [AREACOORD(item)] with other contents: [json_encode(item.loc.contents)]")
item.stack_trace("Possible doubled atmosmachine found")
possible_expansions += item.parent.members
merge(item.parent)
continue

members += item
Expand Down

0 comments on commit 25ee637

Please sign in to comment.