Skip to content

Commit

Permalink
hbjkjkhlkhjlb
Browse files Browse the repository at this point in the history
  • Loading branch information
FluffyGhoster committed Oct 9, 2024
1 parent e9b2d15 commit 6ba03a1
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 18 deletions.
1 change: 1 addition & 0 deletions code/game/machinery/doors/blast_door.dm
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@
block_air_zones = 1

/obj/machinery/door/blast/odin/open
name = "blast door" //Because SDMM doesn't recognise the name otherwise, for some reason
icon_state = "pdoor0"
density = 0
opacity = 0
Expand Down
4 changes: 4 additions & 0 deletions code/modules/library/lib_items.dm
Original file line number Diff line number Diff line change
Expand Up @@ -134,15 +134,19 @@
update_icon()

/obj/structure/bookcase/libraryspawn/fiction
name = "bookcase" //Because SDMM doesn't recognise the name otherwise, for some reason
spawn_category = "Fiction"

/obj/structure/bookcase/libraryspawn/nonfiction
name = "bookcase" //Because SDMM doesn't recognise the name otherwise, for some reason
spawn_category = "Non-Fiction"

/obj/structure/bookcase/libraryspawn/reference
name = "bookcase" //Because SDMM doesn't recognise the name otherwise, for some reason
spawn_category = "Reference"

/obj/structure/bookcase/libraryspawn/religion
name = "bookcase" //Because SDMM doesn't recognise the name otherwise, for some reason
spawn_category = "Religion"

/obj/structure/bookcase/manuals/medical
Expand Down
1 change: 0 additions & 1 deletion maps/away/ships/tirakqi_smuggler/tirakqi_smuggler.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -6155,7 +6155,6 @@
dir = 1
},
/obj/item/coin/phoron{
pixel_y = 8;
pixel_x = -6
},
/obj/item/stack/material/phoron{
Expand Down
12 changes: 3 additions & 9 deletions maps/away/ships/yacht/yacht.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -387,18 +387,14 @@
/turf/simulated/floor/tiled/freezer,
/area/shuttle/yacht/living)
"bq" = (
/obj/structure/bookcase/libraryspawn/fiction{
name = "bookcase"
},
/obj/structure/bookcase/libraryspawn/fiction,
/turf/simulated/floor/carpet/purple,
/area/shuttle/yacht/living)
"br" = (
/obj/machinery/light/small{
dir = 1
},
/obj/structure/bookcase/libraryspawn/nonfiction{
name = "bookcase"
},
/obj/structure/bookcase/libraryspawn/nonfiction,
/turf/simulated/floor/carpet/purple,
/area/shuttle/yacht/living)
"bs" = (
Expand Down Expand Up @@ -1608,9 +1604,7 @@
/turf/simulated/wall/titanium,
/area/shuttle/yacht/living)
"Wr" = (
/obj/structure/bookcase/libraryspawn/reference{
name = "bookcase"
},
/obj/structure/bookcase/libraryspawn/reference,
/turf/simulated/floor/carpet/purple,
/area/shuttle/yacht/living)
"WI" = (
Expand Down
3 changes: 1 addition & 2 deletions maps/away/ships/yacht_civ/yacht_civ.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -1131,8 +1131,7 @@
dir = 1
},
/obj/item/coin/gold{
pixel_x = 7;
pixel_y = -2
pixel_x = 7
},
/obj/item/pocketwatch{
pixel_x = -4;
Expand Down
3 changes: 1 addition & 2 deletions maps/event/generic_dock/generic_dock-1.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -1667,8 +1667,7 @@
"aNY" = (
/obj/effect/floor_decal/industrial/hatch/yellow,
/obj/machinery/door/blast/odin/open{
id = "arrivals_inner";
name = "blast door"
id = "arrivals_inner"
},
/turf/unsimulated/floor,
/area/centcom/spawning)
Expand Down
6 changes: 2 additions & 4 deletions maps/sccv_horizon/sccv_horizon.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -15239,8 +15239,7 @@
"chJ" = (
/obj/effect/floor_decal/industrial/hatch/yellow,
/obj/machinery/door/blast/odin/open{
id = "arrivals_inner";
name = "blast door"
id = "arrivals_inner"
},
/turf/unsimulated/floor,
/area/centcom/spawning)
Expand Down Expand Up @@ -105717,8 +105716,7 @@
"pHK" = (
/obj/effect/floor_decal/industrial/hatch/yellow,
/obj/machinery/door/blast/odin/open{
id = "arrivals_outer";
name = "blast door"
id = "arrivals_outer"
},
/turf/unsimulated/floor,
/area/centcom/spawning)
Expand Down

0 comments on commit 6ba03a1

Please sign in to comment.