Skip to content

Commit

Permalink
fix air alarm engi access (whoops)
Browse files Browse the repository at this point in the history
  • Loading branch information
Absolucy committed May 25, 2024
1 parent 8a8f872 commit 7ec358c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
5 changes: 4 additions & 1 deletion code/modules/atmospherics/machinery/air_alarm/_air_alarm.dm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@
idle_power_usage = BASE_MACHINE_IDLE_CONSUMPTION * 0.05
active_power_usage = BASE_MACHINE_ACTIVE_CONSUMPTION * 0.02
power_channel = AREA_USAGE_ENVIRON
req_access = list(ACCESS_ATMOSPHERICS)
// monkestation edit: let engineers unlock air alarms
req_access = null
req_one_access = list(ACCESS_ATMOSPHERICS, ACCESS_ENGINE_EQUIP)
// monkestation end
max_integrity = 250
integrity_failure = 0.33
armor_type = /datum/armor/machinery_airalarm
Expand Down

This file was deleted.

1 change: 0 additions & 1 deletion tgstation.dme
Original file line number Diff line number Diff line change
Expand Up @@ -6085,7 +6085,6 @@
#include "monkestation\code\modules\art_sci_overrides\faults\whispers.dm"
#include "monkestation\code\modules\art_sci_overrides\faults\zap.dm"
#include "monkestation\code\modules\assembly\flash.dm"
#include "monkestation\code\modules\atmospherics\machinery\air_alarm\_air_alarm.dm"
#include "monkestation\code\modules\atmospherics\machinery\air_alarm\air_alarm_ac.dm"
#include "monkestation\code\modules\ballpit\ballbit_sink.dm"
#include "monkestation\code\modules\ballpit\ballpit.dm"
Expand Down

0 comments on commit 7ec358c

Please sign in to comment.