-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Train new list of small changes (#488)
* fix enclave pilot spawn * fix cross belt icon * adds wild windown seed (from the cult hit game Haven and Hearth) * workbenchs wont stop thrown items * salvaged legion armor can no longer be plated * can link cameras to security computers * can only sprint with at least 1/4 of your sprint bar * fix linter * can mass process products from a plantbag in the normal grinder * normal extractor too * enables the crafting of blowguns * fix syrigegubs losing sprites * fixes the BAR not being recognized as an automatic weapon * enables pointing across z level --------- Co-authored-by: Marcus D. Johnston <[email protected]>
- Loading branch information
Showing
20 changed files
with
82 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
/obj/item/reagent_containers/food/snacks/grown/wild_windsown_weed | ||
seed = /obj/item/seeds/tato | ||
name = "Wild Windsown Weed" | ||
desc = "A very light weed that floats about, gathering other seeds until they are too heavy to move, setting down somewhere on the ground." | ||
icon_state = "Wild_Windswon_Weed" | ||
icon = 'icons/obj/hydroponics/harvest.dmi' | ||
juice_results = list(/datum/reagent/consumable/tea = 1) | ||
distill_reagent = /datum/reagent/consumable/ethanol/wastemead | ||
|
||
/obj/item/reagent_containers/food/snacks/grown/wild_windsown_weed/Initialize() | ||
var/obj/machinery/vending/hydroseeds/tempmachine = new | ||
var/list/allseeds = tempmachine.products | ||
allseeds |= tempmachine.contraband | ||
var/obj/item/seeds/chosen_seed = pick(allseeds) | ||
seed = chosen_seed | ||
. = ..() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.