Skip to content

Commit

Permalink
minor bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmoslego committed Oct 29, 2023
1 parent 88e06fd commit e71ed54
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/machinery/vending/boozeomat.dm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
icon_state = "fridge_dark"
icon_deny = "fridge_dark-deny"
base_type = /obj/machinery/vending/boozeomat
req_access = list(access_kitchen)
req_access = list(access_kitchen, access_bar)
idle_power_usage = 200
product_slogans = {"\
I hope nobody asks me for a bloody cup o' tea...;\
Expand Down
3 changes: 3 additions & 0 deletions maps/sierra/z1-z5_sierra.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -53901,6 +53901,9 @@
/obj/floor_decal/corner/yellow/mono,
/obj/floor_decal/industrial/outline/yellow,
/obj/machinery/computer/modular/preset/civilian,
/obj/machinery/light/spot{
dir = 1
},
/turf/simulated/floor/tiled/monotile,
/area/storage/primary)
"ilt" = (
Expand Down

0 comments on commit e71ed54

Please sign in to comment.