Skip to content

Commit

Permalink
Fix abstract types used on map
Browse files Browse the repository at this point in the history
  • Loading branch information
SuhEugene committed Nov 17, 2023
1 parent 5cc3bf1 commit 37a3b3e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 deletions maps/sierra/z1-z5_sierra.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -10092,7 +10092,7 @@
dir = 4
},
/obj/structure/table/steel,
/obj/item/storage/firstaid,
/obj/item/storage/firstaid/regular,
/obj/machinery/atmospherics/unary/vent_pump/on{
dir = 4
},
Expand Down Expand Up @@ -11695,7 +11695,7 @@
/area/bridge/nano)
"bLn" = (
/obj/structure/table/standard,
/obj/item/storage/firstaid,
/obj/item/storage/firstaid/basic,
/obj/machinery/light{
dir = 1
},
Expand Down Expand Up @@ -36053,7 +36053,7 @@
dir = 1
},
/obj/structure/table/woodentable/maple,
/obj/item/storage/firstaid,
/obj/item/storage/firstaid/basic,
/obj/floor_decal/spline/fancy/black{
dir = 1
},
Expand Down Expand Up @@ -50285,11 +50285,11 @@
/area/hallway/primary/seconddeck/aft)
"hyA" = (
/obj/structure/table/rack,
/obj/item/storage/firstaid{
/obj/item/storage/firstaid/basic{
pixel_y = 10
},
/obj/item/storage/firstaid,
/obj/item/storage/firstaid{
/obj/item/storage/firstaid/basic,
/obj/item/storage/firstaid/basic{
pixel_y = -10
},
/obj/floor_decal/industrial/outline/yellow,
Expand Down Expand Up @@ -56962,7 +56962,7 @@
dir = 8
},
/obj/structure/table/standard,
/obj/item/storage/firstaid{
/obj/item/storage/firstaid/basic{
pixel_y = 7
},
/obj/item/storage/toolbox/mechanical,
Expand Down Expand Up @@ -80815,7 +80815,7 @@
name = "vial (mutational toxin)"
},
/obj/item/reagent_containers/glass/beaker/vial,
/obj/item/scalpel{
/obj/item/scalpel/basic{
pixel_y = 12
},
/obj/spider/stickyweb,
Expand Down Expand Up @@ -99864,7 +99864,7 @@
pixel_x = -24
},
/obj/structure/table/standard,
/obj/item/scalpel,
/obj/item/scalpel/basic,
/obj/item/retractor,
/turf/simulated/floor/tiled/white/monotile,
/area/vacant/gambling)
Expand Down Expand Up @@ -103150,7 +103150,7 @@
/area/turret_protected/ai_cyborg_upload)
"pwm" = (
/obj/item/implanter,
/obj/item/scalpel,
/obj/item/scalpel/basic,
/obj/item/reagent_containers/syringe/drugs,
/obj/item/paper/sticky{
name = "I not wall, i am door.";
Expand Down Expand Up @@ -107625,7 +107625,7 @@
"qfV" = (
/obj/structure/table/standard,
/obj/item/device/assembly/mousetrap/armed,
/obj/item/reagent_containers/food/snacks/cheesewedge,
/obj/item/reagent_containers/food/snacks/cheesewedge/aged,
/obj/item/toy/plushie/mouse,
/obj/item/paper/sierrau/joke,
/turf/simulated/floor/plating,
Expand Down Expand Up @@ -128239,7 +128239,7 @@
pixel_x = 1;
pixel_y = 9
},
/obj/item/stack/package_wrap,
/obj/item/stack/package_wrap/cargo_wrap,
/turf/simulated/floor/wood/walnut,
/area/vacant/dungeon)
"tiE" = (
Expand Down
2 changes: 1 addition & 1 deletion maps/sierra/z6_admin.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -4225,7 +4225,7 @@
pixel_y = 3
},
/obj/item/bonesetter,
/obj/item/scalpel,
/obj/item/scalpel/basic,
/obj/item/retractor{
pixel_y = 6
},
Expand Down

0 comments on commit 37a3b3e

Please sign in to comment.