Skip to content

Commit

Permalink
Update marines_consoles.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
vero5123 committed Jun 4, 2024
1 parent 095ad42 commit c63f21b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions code/modules/cm_marines/marines_consoles.dm
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
name = "Computer"
desc = "Terminal that takes a user and target ID"
// user who is modifying the target
var/obj/item/card/id/user_id_card
var/obj/item/card/id/user_id_card
// the poor soul whos status needs to be updated as deceased.
var/obj/item/card/id/target_id_card
// if we are currently authenticated and logged in.
var/authenticated = FALSE
// What factions we are able to modify
// What factions we are able to modify
var/list/factions = list(FACTION_MARINE)

/obj/structure/machinery/computer/double_id/proc/authenticate(mob/user, obj/item/card/id/id_card)
Expand Down Expand Up @@ -129,7 +129,7 @@
var/list/factions = list(FACTION_MARINE)
var/printing
var/is_centcom = FALSE
var/is_weyland = FALSE
var/is_weyland = FALSE

/obj/structure/machinery/computer/double_id/card/wey_yu
is_weyland = TRUE
Expand Down

0 comments on commit c63f21b

Please sign in to comment.