Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Erikafox committed Sep 15, 2024
1 parent 8d6da26 commit 8ee1738
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _maps/shuttles/subshuttles/independent_trader.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@
dir = 2;
preferred_direction = 4;
port_direction = 8;
dwidth = 5

Check failure on line 358 in _maps/shuttles/subshuttles/independent_trader.dmm

View workflow job for this annotation

GitHub Actions / Run Linters

DMM Linter

Var edits ended too early, expected a newline in between.
},
/obj/effect/turf_decal/trimline/opaque/solgovgold/warning{
dir = 1
Expand Down
4 changes: 2 additions & 2 deletions code/datums/mapgen/planetary/WasteGenerator.dm
Original file line number Diff line number Diff line change
Expand Up @@ -470,8 +470,8 @@
/obj/structure/reagent_dispensers/watertank = 20,
/obj/item/stack/cable_coil/cut = 50,
/obj/structure/closet/crate/secure/loot = 3,
/obj/effect/spawner/lootdrop/waste/atmos_can = 5,
/obj/effect/spawner/lootdrop/waste/atmos_can/rare = 0.5,
/obj/effect/spawner/lootdrop/waste/atmos_can = 10,
/obj/effect/spawner/lootdrop/waste/atmos_can/rare = 1,
/obj/effect/spawner/lootdrop/waste/salvageable = 30,
/obj/effect/spawner/lootdrop/maintenance = 2,
/obj/effect/spawner/lootdrop/maintenance/two = 5,
Expand Down

0 comments on commit 8ee1738

Please sign in to comment.