Skip to content

Commit

Permalink
Holopads now use ACCESS_COMMAND and not ACCESS_KEYCARD_AUTH (#2620)
Browse files Browse the repository at this point in the history
Update hologram.dm
  • Loading branch information
Kitsunemitsu authored Dec 18, 2024
1 parent b9f4bd2 commit bca0f2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/machinery/hologram.dm
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Possible to do for anyone motivated enough:
layer = LOW_OBJ_LAYER
plane = FLOOR_PLANE
flags_1 = HEAR_1
req_access = list(ACCESS_KEYCARD_AUTH) //Used to allow for forced connecting to other (not secure) holopads. Anyone can make a call, though.
req_access = list(ACCESS_COMMAND) //Used to allow for forced connecting to other (not secure) holopads. Anyone can make a call, though.
use_power = IDLE_POWER_USE
idle_power_usage = 5
active_power_usage = 100
Expand Down

0 comments on commit bca0f2e

Please sign in to comment.