Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions _maps/map_files/Vampire/generic/forest.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -2468,6 +2468,18 @@
"so" = (
/obj/structure/table/wood,
/obj/item/storage/pill_bottle/estrogen,
/obj/item/pen/charcoal{
pixel_x = -14;
pixel_y = 2
},
/obj/item/pen/charcoal{
pixel_x = -12;
pixel_y = 6
},
/obj/item/pen/charcoal{
pixel_x = -10;
pixel_y = 10
},
/turf/open/floor/plating/rough/cave,
/area/vtm/interior/forest/sept)
"sq" = (
Expand Down
10 changes: 8 additions & 2 deletions _maps/map_files/Vampire/special_fran/special_francisco.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -7375,6 +7375,12 @@
/obj/structure/closet/cardboard,
/turf/open/floor/plating/rough/cave,
/area/vtm/interior/sewer)
"esj" = (
/obj/effect/spawner/random/entertainment/slot_machine{
dir = 4
},
/turf/open/floor/plating/concrete,
/area/vtm/interior/shop/gasstation)
"esn" = (
/obj/structure/table,
/obj/effect/turf_decal/siding/thinplating/dark{
Expand Down Expand Up @@ -11743,7 +11749,7 @@
/obj/effect/turf_decal/siding/wood{
dir = 8
},
/obj/effect/spawner/random/occult/artifact,
/obj/effect/spawner/random/occult/artifact/vampire_only,
/turf/open/floor/carpet/darkpack/blackgold,
/area/vtm/interior/millennium_tower/f4)
"gQt" = (
Expand Down Expand Up @@ -53065,7 +53071,7 @@ wrk
ddL
qas
qas
pth
esj
xLf
lxo
sWP
Expand Down
2 changes: 2 additions & 0 deletions modular_darkpack/modules/drugs/code/weed/gear.dm
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,15 @@

/obj/structure/closet/crate/wooden/communitygardens/tools/PopulateContents()
new /obj/item/storage/bag/plants(src)
new /obj/item/storage/bag/plants/portaseeder(src) // APOC EDIT ADD
new /obj/item/clothing/gloves/botanic_leather(src)
new /obj/item/reagent_containers/cup/bottle/nutrient/rh(src)
new /obj/item/reagent_containers/spray/weedspray(src)
new /obj/item/reagent_containers/spray/pestspray(src)
new /obj/item/cultivator/rake(src)
new /obj/item/hatchet/wooden(src)
new /obj/item/secateurs(src)
new /obj/item/shovel/spade(src) // APOC EDIT ADD
new /obj/item/reagent_containers/cup/watering_can/metal(src)
new /obj/item/soil_sack(src)
new /obj/item/soil_sack(src)
Expand Down
Loading