Skip to content

Commit

Permalink
Fix MetaStation cigarette vendors (#1491)
Browse files Browse the repository at this point in the history
## Что этот PR делает
Удаляет бредик

## Почему это хорошо для игры
Кэп может купить сиги

## Изображения изменений
MDB

## Changelog

:cl:
fix: Мета: Кэп теперь может купить сиги у себя в офисе
/:cl:
  • Loading branch information
AyIong committed Sep 10, 2024
1 parent 5828584 commit 447a3b6
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions _maps/map_files220/stations/metastation.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -22364,10 +22364,7 @@
/turf/simulated/floor/wood,
/area/station/command/office/hop)
"bCm" = (
/obj/machinery/economy/vending/cigarette{
pixel_y = 2;
products = list(/obj/item/storage/fancy/cigarettes/cigpack_syndicate=7,/obj/item/storage/fancy/cigarettes/cigpack_uplift=3,/obj/item/storage/fancy/cigarettes/cigpack_robust=2,/obj/item/storage/fancy/cigarettes/cigpack_carp=3,/obj/item/storage/fancy/cigarettes/cigpack_midori=1,/obj/item/storage/fancy/matches=10,/obj/item/lighter/random=4)
},
/obj/machinery/economy/vending/cigarette,
/turf/simulated/floor/wood,
/area/station/command/office/captain)
"bCo" = (
Expand Down Expand Up @@ -23458,9 +23455,7 @@
/area/station/hallway/secondary/bridge)
"bFS" = (
/obj/machinery/alarm/directional/east,
/obj/machinery/economy/vending/cigarette{
pixel_x = 2
},
/obj/machinery/economy/vending/cigarette,
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
Expand Down

0 comments on commit 447a3b6

Please sign in to comment.