Skip to content

Commit eb16461

Browse files
authored
Merge pull request DaedalusDock#5 from pariahstation/upstream-fetch-1
Upstream Batch Fetch DaedalusDock#1
2 parents 4daae21 + 2bb9092 commit eb16461

File tree

199 files changed

+51802
-80278
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

199 files changed

+51802
-80278
lines changed

.github/CODEOWNERS

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# Cobby
1010
/code/modules/reagents/ @ExcessiveUseOfCobblestone
1111
/code/modules/research/designs/medical_designs.dm @ExcessiveUseOfCobblestone
12-
/code/game/objects/items/storage/firstaid.dm @ExcessiveUseOfCobblestone
12+
/code/game/objects/items/storage/medkit.dm @ExcessiveUseOfCobblestone
1313

1414
# Cyberboss
1515

_maps/RandomRuins/AnywhereRuins/golem_ship.dmm

+8-8
Original file line numberDiff line numberDiff line change
@@ -147,31 +147,31 @@
147147
/obj/item/surgical_drapes{
148148
pixel_x = 15
149149
},
150-
/obj/item/storage/firstaid/fire,
151-
/obj/item/storage/firstaid/fire,
150+
/obj/item/storage/medkit/fire,
151+
/obj/item/storage/medkit/fire,
152152
/turf/open/floor/mineral/titanium/purple,
153153
/area/ruin/powered/golem_ship)
154154
"B" = (
155-
/obj/item/storage/firstaid/fire,
155+
/obj/item/storage/medkit/fire,
156156
/obj/structure/table/wood,
157-
/obj/item/storage/firstaid/fire,
157+
/obj/item/storage/medkit/fire,
158158
/obj/machinery/light/directional/south,
159159
/turf/open/floor/mineral/titanium/purple,
160160
/area/ruin/powered/golem_ship)
161161
"C" = (
162-
/obj/item/storage/firstaid/brute,
162+
/obj/item/storage/medkit/brute,
163163
/obj/structure/table/wood,
164-
/obj/item/storage/firstaid/brute,
164+
/obj/item/storage/medkit/brute,
165165
/obj/item/areaeditor/blueprints{
166166
desc = "Use to build new structures in the wastes.";
167167
name = "land claim"
168168
},
169169
/turf/open/floor/mineral/titanium/purple,
170170
/area/ruin/powered/golem_ship)
171171
"D" = (
172-
/obj/item/storage/firstaid/brute,
172+
/obj/item/storage/medkit/brute,
173173
/obj/structure/table/wood,
174-
/obj/item/storage/firstaid/brute,
174+
/obj/item/storage/medkit/brute,
175175
/obj/item/disk/design_disk/golem_shell,
176176
/turf/open/floor/mineral/titanium/purple,
177177
/area/ruin/powered/golem_ship)

_maps/RandomRuins/IceRuins/icemoon_underground_abandoned_plasma_facility.dmm

+2-2
Original file line numberDiff line numberDiff line change
@@ -1547,8 +1547,8 @@
15471547
"zb" = (
15481548
/obj/structure/rack,
15491549
/obj/structure/window/reinforced/spawner/north,
1550-
/obj/item/storage/firstaid/fire,
1551-
/obj/item/storage/firstaid/regular{
1550+
/obj/item/storage/medkit/fire,
1551+
/obj/item/storage/medkit/regular{
15521552
pixel_x = -3;
15531553
pixel_y = -3
15541554
},

_maps/RandomRuins/IceRuins/icemoon_underground_hermit.dmm

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
/area/ruin/powered/shuttle)
7474
"EV" = (
7575
/obj/item/storage/bag/plants/portaseeder,
76-
/obj/item/storage/firstaid/medical,
76+
/obj/item/storage/medkit/surgery,
7777
/obj/item/storage/bag/ore,
7878
/obj/structure/table/wood,
7979
/turf/open/floor/grass/fairy,

_maps/RandomRuins/LavaRuins/lavaland_biodome_beach.dmm

+2-2
Original file line numberDiff line numberDiff line change
@@ -1206,8 +1206,8 @@
12061206
},
12071207
/obj/item/bikehorn/airhorn,
12081208
/obj/structure/table/wood,
1209-
/obj/item/storage/firstaid/regular,
1210-
/obj/item/storage/firstaid/brute,
1209+
/obj/item/storage/medkit/regular,
1210+
/obj/item/storage/medkit/brute,
12111211
/turf/open/floor/wood,
12121212
/area/ruin/powered/beach)
12131213
"NJ" = (

0 commit comments

Comments
 (0)