Skip to content

Commit

Permalink
Update logic.lua
Browse files Browse the repository at this point in the history
Added e3m9_blueredaccess
  • Loading branch information
Ozone31 authored Aug 5, 2023
1 parent de4bf59 commit 81d71c0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions scripts/logic/logic.lua
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,12 @@ function e3m9_redaccess()
)
end

function e3m9_blueredaccess()
return (
has("e3m9_access") and (has("e3m9_blue") and has("e3m9_red"))
)
end

function e4m2_blueaccess()
return (
has("e4m2_access") and has("e4m2_blue")
Expand Down

0 comments on commit 81d71c0

Please sign in to comment.