mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 08:08:49 +01:00
Tiny fix for phonebooth ruin (#86649)
## About The Pull Request This is just so UpdatePaths doesn't annoyingly keep adding space after the varedits, because it likes to do that when you have a semicolon on a single varedit. ## Changelog Nothing whatsoever player-facing
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
/area/ruin/powered/lavaland_phone_booth)
|
||||
"k" = (
|
||||
/obj/machinery/vending/snack/green{
|
||||
all_products_free = 0;
|
||||
all_products_free = 0
|
||||
},
|
||||
/obj/structure/window/reinforced/spawner/directional/east,
|
||||
/turf/open/floor/plating/lavaland_atmos,
|
||||
@@ -66,7 +66,7 @@
|
||||
/area/ruin/powered/lavaland_phone_booth)
|
||||
"W" = (
|
||||
/obj/machinery/vending/cigarette{
|
||||
all_products_free = 0;
|
||||
all_products_free = 0
|
||||
},
|
||||
/obj/structure/window/reinforced/spawner/directional/east,
|
||||
/turf/open/floor/plating/lavaland_atmos,
|
||||
|
||||
Reference in New Issue
Block a user