Skip to content

Commit

Permalink
Make booze free (WorldOfDarknessXIII#499)
Browse files Browse the repository at this point in the history
## About The Pull Request

It makes alcohol free in all boozeomats.

## Why It's Good For The Game

It was annoying to have access through id cards. Now it's convenient.

## Changelog
:cl:
tweak: boozeomat is free
/:cl:
  • Loading branch information
Animusin authored Jan 13, 2025
1 parent 99ff184 commit 1e467d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/modules/vending/boozeomat.dm
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
/obj/machinery/vending/boozeomat/all_access
desc = "A technological marvel, supposedly able to mix just the mixture you'd like to drink the moment you ask for one. This model appears to have no access restrictions."
req_access = null
onstation = FALSE

/obj/machinery/vending/boozeomat/syndicate_access
req_access = list(ACCESS_SYNDICATE)
Expand Down

0 comments on commit 1e467d4

Please sign in to comment.