From e052ff951756b6b8071d6abf0b65c1370b4cf69a Mon Sep 17 00:00:00 2001 From: Atermonera Date: Wed, 13 Jan 2021 22:09:36 -0800 Subject: [PATCH 1/2] Sheet Recipe Unexclusivity. --- code/game/objects/items/stacks/stack.dm | 2 +- vorestation.dme | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/code/game/objects/items/stacks/stack.dm b/code/game/objects/items/stacks/stack.dm index 5fa718564f4..d42d6c0e563 100644 --- a/code/game/objects/items/stacks/stack.dm +++ b/code/game/objects/items/stacks/stack.dm @@ -163,7 +163,7 @@ if (recipe.time) to_chat(user, "Building [recipe.title] ...") - if (!do_after(user, recipe.time, exclusive = TRUE)) + if (!do_after(user, recipe.time)) return if (use(required)) diff --git a/vorestation.dme b/vorestation.dme index 5d1aabd37b8..3406d36cbc9 100644 --- a/vorestation.dme +++ b/vorestation.dme @@ -3799,6 +3799,7 @@ #include "code\ZAS\Zone.dm" #include "interface\interface.dm" #include "interface\skin.dmf" +<<<<<<< HEAD:vorestation.dme #include "maps\gateway_archive_vr\blackmarketpackers.dm" #include "maps\offmap_vr\om_ships\abductor.dm" #include "maps\southern_cross\items\clothing\sc_accessory.dm" @@ -3807,6 +3808,9 @@ #include "maps\southern_cross\loadout\loadout_head.dm" #include "maps\southern_cross\loadout\loadout_suit.dm" #include "maps\southern_cross\loadout\loadout_uniform.dm" +======= +#include "maps\southern_cross\southern_cross.dm" +>>>>>>> 236524a... Merge pull request #7824 from Mechoid/FixSheetRecipes:polaris.dme #include "maps\submaps\_helpers.dm" #include "maps\submaps\_readme.dm" #include "maps\submaps\engine_submaps\engine.dm" From bea569958dbe6af390c2b37ec4d5d0691dfa6c03 Mon Sep 17 00:00:00 2001 From: Novacat <35587478+Novacat@users.noreply.github.com> Date: Thu, 14 Jan 2021 10:01:32 -0500 Subject: [PATCH 2/2] Update vorestation.dme --- vorestation.dme | 4 ---- 1 file changed, 4 deletions(-) diff --git a/vorestation.dme b/vorestation.dme index 3406d36cbc9..5d1aabd37b8 100644 --- a/vorestation.dme +++ b/vorestation.dme @@ -3799,7 +3799,6 @@ #include "code\ZAS\Zone.dm" #include "interface\interface.dm" #include "interface\skin.dmf" -<<<<<<< HEAD:vorestation.dme #include "maps\gateway_archive_vr\blackmarketpackers.dm" #include "maps\offmap_vr\om_ships\abductor.dm" #include "maps\southern_cross\items\clothing\sc_accessory.dm" @@ -3808,9 +3807,6 @@ #include "maps\southern_cross\loadout\loadout_head.dm" #include "maps\southern_cross\loadout\loadout_suit.dm" #include "maps\southern_cross\loadout\loadout_uniform.dm" -======= -#include "maps\southern_cross\southern_cross.dm" ->>>>>>> 236524a... Merge pull request #7824 from Mechoid/FixSheetRecipes:polaris.dme #include "maps\submaps\_helpers.dm" #include "maps\submaps\_readme.dm" #include "maps\submaps\engine_submaps\engine.dm"