Skip to content

Commit

Permalink
helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
Sadhorizon committed Dec 28, 2024
1 parent 8d50fe1 commit d5ecb41
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions code/game/machinery/airlock_cycle_control.dm
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@
var/list/airlocks = list()
var/list/vents = list()
var/obj/vis_target = null
MAPPING_DIRECTIONAL_HELPERS(/obj/machinery/advanced_airlock_controller, 24)

Check warning on line 106 in code/game/machinery/airlock_cycle_control.dm

View workflow job for this annotation

GitHub Actions / Run Linters

nested absolute path inside /obj/machinery/advanced_airlock_controller

Check warning on line 106 in code/game/machinery/airlock_cycle_control.dm

View workflow job for this annotation

GitHub Actions / Run Linters

nested absolute path inside /obj/machinery/advanced_airlock_controller

Check warning on line 106 in code/game/machinery/airlock_cycle_control.dm

View workflow job for this annotation

GitHub Actions / Run Linters

nested absolute path inside /obj/machinery/advanced_airlock_controller

Check warning on line 106 in code/game/machinery/airlock_cycle_control.dm

View workflow job for this annotation

GitHub Actions / Run Linters

nested absolute path inside /obj/machinery/advanced_airlock_controller
dir = 1 // So none of the current maps break (dir helpers require sprite dirs to be swapped; 1 is down-facing, so what it was before).

/obj/machinery/advanced_airlock_controller/lavaland
exterior_pressure = WARNING_LOW_PRESSURE + 10
Expand All @@ -115,6 +117,7 @@
/obj/machinery/advanced_airlock_controller/internal //cycles doors but doesn't drain
exterior_pressure = ONE_ATMOSPHERE
depressurization_margin = ONE_ATMOSPHERE
MAPPING_DIRECTIONAL_HELPERS(/obj/machinery/advanced_airlock_controller/internal, 24)

Check warning on line 120 in code/game/machinery/airlock_cycle_control.dm

View workflow job for this annotation

GitHub Actions / Run Linters

nested absolute path inside /obj/machinery/advanced_airlock_controller/internal

Check warning on line 120 in code/game/machinery/airlock_cycle_control.dm

View workflow job for this annotation

GitHub Actions / Run Linters

nested absolute path inside /obj/machinery/advanced_airlock_controller/internal

Check warning on line 120 in code/game/machinery/airlock_cycle_control.dm

View workflow job for this annotation

GitHub Actions / Run Linters

nested absolute path inside /obj/machinery/advanced_airlock_controller/internal

Check warning on line 120 in code/game/machinery/airlock_cycle_control.dm

View workflow job for this annotation

GitHub Actions / Run Linters

nested absolute path inside /obj/machinery/advanced_airlock_controller/internal

/obj/machinery/advanced_airlock_controller/New(loc, ndir, nbuild)
..()
Expand Down
Binary file modified icons/obj/monitors.dmi
Binary file not shown.

0 comments on commit d5ecb41

Please sign in to comment.