diff --git a/code/game/mecha/mecha_construction_paths.dm b/code/game/mecha/mecha_construction_paths.dm index 36acfe27e0..589802853e 100644 --- a/code/game/mecha/mecha_construction_paths.dm +++ b/code/game/mecha/mecha_construction_paths.dm @@ -84,6 +84,7 @@ const_holder.density = 1 spawn() del src + feedback_inc("mecha_ripley_created",1) return @@ -261,6 +262,7 @@ const_holder.density = 1 spawn() del src + feedback_inc("mecha_gygax_created",1) return @@ -497,6 +499,7 @@ const_holder.density = 1 spawn() del src + feedback_inc("mecha_firefighter_created",1) return @@ -586,6 +589,7 @@ const_holder.density = 1 spawn() del src + feedback_inc("mecha_honker_created",1) return @@ -661,6 +665,7 @@ const_holder.density = 1 spawn() del src + feedback_inc("mecha_durand_created",1) return /datum/construction/mecha/durand diff --git a/code/modules/mining/machine_processing.dm b/code/modules/mining/machine_processing.dm index a7db269f52..4613e10357 100644 --- a/code/modules/mining/machine_processing.dm +++ b/code/modules/mining/machine_processing.dm @@ -238,13 +238,16 @@ if (ore_glass > 0) ore_glass--; new /obj/item/stack/sheet/glass(output.loc) + feedback_inc("mining_glass_produced",1) else on = 0 continue if (selected_glass == 1 && selected_gold == 0 && selected_silver == 0 && selected_diamond == 0 && selected_plasma == 0 && selected_uranium == 0 && selected_iron == 1 && selected_clown == 0 && selected_adamantine == 0) - if (ore_glass > 0) + if (ore_glass > 0 && ore_iron > 0) ore_glass--; + ore_iron--; new /obj/item/stack/sheet/rglass(output.loc) + feedback_inc("mining_rglass_produced",1) else on = 0 continue @@ -252,6 +255,7 @@ if (ore_gold > 0) ore_gold--; new /obj/item/stack/sheet/gold(output.loc) + feedback_inc("mining_gold_produced",1) else on = 0 continue @@ -259,6 +263,7 @@ if (ore_silver > 0) ore_silver--; new /obj/item/stack/sheet/silver(output.loc) + feedback_inc("mining_silver_produced",1) else on = 0 continue @@ -266,6 +271,7 @@ if (ore_diamond > 0) ore_diamond--; new /obj/item/stack/sheet/diamond(output.loc) + feedback_inc("mining_diamond_produced",1) else on = 0 continue @@ -273,6 +279,7 @@ if (ore_plasma > 0) ore_plasma--; new /obj/item/stack/sheet/plasma(output.loc) + feedback_inc("mining_plasma_produced",1) else on = 0 continue @@ -280,6 +287,7 @@ if (ore_uranium > 0) ore_uranium--; new /obj/item/stack/sheet/uranium(output.loc) + feedback_inc("mining_uranium_produced",1) else on = 0 continue @@ -287,13 +295,16 @@ if (ore_iron > 0) ore_iron--; new /obj/item/stack/sheet/metal(output.loc) + feedback_inc("mining_iron_produced",1) else on = 0 continue if (selected_glass == 0 && selected_gold == 0 && selected_silver == 0 && selected_diamond == 0 && selected_plasma == 1 && selected_uranium == 0 && selected_iron == 1 && selected_clown == 0 && selected_adamantine == 0) - if (ore_iron > 0) + if (ore_iron > 0 && ore_plasma > 0) ore_iron--; + ore_plasma--; new /obj/item/stack/sheet/r_metal(output.loc) + feedback_inc("mining_steel_produced",1) else on = 0 continue @@ -301,6 +312,7 @@ if (ore_clown > 0) ore_clown--; new /obj/item/stack/sheet/clown(output.loc) + feedback_inc("mining_clown_produced",1) else on = 0 continue @@ -308,6 +320,7 @@ if (ore_adamantine > 0) ore_adamantine--; new /obj/item/stack/sheet/adamantine(output.loc) + feedback_inc("mining_adamantine_produced",1) else on = 0 continue diff --git a/maps/tgstation.2.0.8.dmm b/maps/tgstation.2.0.8.dmm index 5ef8e935ae..57d0e8a6f3 100644 --- a/maps/tgstation.2.0.8.dmm +++ b/maps/tgstation.2.0.8.dmm @@ -2653,7 +2653,7 @@ "aZa" = (/obj/machinery/atmospherics/unary/vent_scrubber{dir = 8; on = 1; scrub_Toxins = 1},/obj/machinery/light{icon_state = "tube1"; dir = 8},/turf/simulated/floor{icon_state = "arrival"; dir = 8},/area/quartermaster/sorting) "aZb" = (/obj/structure/table/reinforced,/obj/structure/window/reinforced{dir = 4},/obj/item/weapon/paper_bin{pixel_x = 1; pixel_y = 9},/turf/simulated/floor,/area/quartermaster/sorting) "aZc" = (/obj/structure/stool/chair{dir = 1},/obj/effect/landmark/start{name = "Captain"},/turf/simulated/floor{icon_state = "wood"},/area/crew_quarters/captain) -"aZd" = (/obj/item/weapon/paper{info = "With Mr. Deempisi's death, we've decided to take your monkey. Thanks.

--The Food and Drink Coalition"; name = "Memo"},/obj/item/weapon/book/manual/security_space_law,/obj/structure/table/woodentable,/turf/simulated/floor{icon_state = "wood"},/area/crew_quarters/captain) +"aZd" = (/obj/item/weapon/paper{info = "With Mr. Deempisi's death, we've decided to take your monkey. Thanks.

--The Food and Drink Coalition"; name = "Memo"},/obj/item/weapon/book/manual/security_space_law,/obj/structure/table/woodentable,/obj/item/weapon/paper{info = "A new alloy of iron and plasma has been discovered. This alloy is very strong and can be mass-produced by miners in their furnace. To produce it, miners have to smelt iron and plasma ore.

--Nanotrasen Metallurgy Research (Space Station 11)"; name = "Scientific Advance"},/turf/simulated/floor{icon_state = "wood"},/area/crew_quarters/captain) "aZe" = (/obj/machinery/light/small{dir = 8},/obj/machinery/turret{dir = 4},/turf/simulated/floor/grid,/area/turret_protected/ai) "aZf" = (/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"; tag = "90Curve"},/turf/simulated/floor,/area/turret_protected/ai) "aZg" = (/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"; tag = "90Curve"},/obj/structure/cable{tag = "Streight"; icon_state = "4-8"; pixel_x = 1; d1 = 4; d2 = 8},/turf/simulated/floor/grid,/area/turret_protected/ai) @@ -4184,7 +4184,7 @@ "bCx" = (/obj/structure/ore_box,/obj/structure/window/reinforced{dir = 8},/turf/simulated/shuttle/floor,/area/shuttle/mining/station) "bCy" = (/obj/structure/grille,/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 8},/turf/simulated/floor/plating,/area/quartermaster/miningdock) "bCz" = (/obj/structure/table,/obj/item/weapon/storage/toolbox/mechanical{pixel_x = -2; pixel_y = -1},/turf/simulated/floor,/area/quartermaster/miningdock) -"bCA" = (/obj/structure/table,/obj/machinery/light,/turf/simulated/floor,/area/quartermaster/miningdock) +"bCA" = (/obj/structure/table,/obj/machinery/light,/obj/item/weapon/paper{info = "A new alloy of iron and plasma has been discovered. This alloy is very strong and can be mass-produced by miners in their furnace. To produce it, miners have to smelt iron and plasma ore.

--Nanotrasen Metallurgy Research (Space Station 11)"; name = "Scientific Advance"},/turf/simulated/floor,/area/quartermaster/miningdock) "bCB" = (/obj/structure/table,/obj/machinery/camera{c_tag = "Mining Dock"; dir = 1},/obj/item/weapon/paper_bin{pixel_x = 1; pixel_y = 9},/obj/item/weapon/pen,/turf/simulated/floor,/area/quartermaster/miningdock) "bCC" = (/obj/machinery/computer/security/mining,/turf/simulated/floor,/area/quartermaster/miningdock) "bCD" = (/obj/structure/closet/secure_closet/miner,/turf/simulated/floor,/area/quartermaster/miningdock) @@ -7880,7 +7880,7 @@ "cVB" = (/obj/machinery/door/window/westright{name = "Production Area"; req_access_txt = "48"},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0; tag = "Streight"},/turf/simulated/floor,/area/mine/production) "cVC" = (/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"; tag = "90Curve"},/turf/simulated/floor,/area/mine/production) "cVD" = (/turf/simulated/floor,/area/mine/production) -"cVE" = (/obj/machinery/atmospherics/pipe/simple,/obj/machinery/camera{c_tag = "Production Room"; dir = 8; network = "MINE"},/turf/simulated/floor,/area/mine/production) +"cVE" = (/obj/machinery/atmospherics/pipe/simple,/obj/machinery/camera{c_tag = "Production Room"; dir = 8; network = "MINE"},/obj/item/weapon/paper{info = "A new alloy of iron and plasma has been discovered. This alloy is very strong and can be mass-produced by miners in their furnace. To produce it, miners have to smelt iron and plasma ore.

--Nanotrasen Metallurgy Research (Space Station 11)"; name = "Scientific Advance"},/turf/simulated/floor,/area/mine/production) "cVF" = (/obj/machinery/mineral/input,/turf/simulated/floor{icon_state = "loadingarea"; tag = "loading"},/area/mine/production) "cVG" = (/obj/structure/grille,/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced{dir = 1},/turf/simulated/floor/plating,/area/mine/lobby) "cVH" = (/turf/simulated/floor{dir = 10; icon_state = "warning"},/area/mine/lobby)