mirror of
https://github.com/quotefox/Hyper-Station-13.git
synced 2026-07-09 23:03:28 +01:00
Luxury Pod Density Fix
- - - Simply changes the luxury pod's bar objects to be non-dense. Previously, you couldn't step behind the counter. This permits such. - - -
This commit is contained in:
@@ -31,18 +31,21 @@
|
||||
/area/survivalpod)
|
||||
"f" = (
|
||||
/obj/machinery/chem_dispenser/drinks/beer{
|
||||
density = 0;
|
||||
pixel_y = 24
|
||||
},
|
||||
/turf/open/floor/carpet/black,
|
||||
/area/survivalpod)
|
||||
"g" = (
|
||||
/obj/machinery/chem_dispenser/drinks{
|
||||
density = 0;
|
||||
pixel_y = 24
|
||||
},
|
||||
/turf/open/floor/carpet/black,
|
||||
/area/survivalpod)
|
||||
"h" = (
|
||||
/obj/machinery/vending/boozeomat/all_access{
|
||||
density = 0;
|
||||
pixel_y = 32
|
||||
},
|
||||
/turf/open/floor/carpet/black,
|
||||
|
||||
Reference in New Issue
Block a user