-
Notifications
You must be signed in to change notification settings - Fork 263
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* #4362 'blueshield' HOS Mantle Theres a blue HOS mantle and a Red HOS mantle. Saying its visually similar enough to cause confusion lets just swap it to the red version. And add the blue version into the code so both is being used. * Nerfing multi cell wall charger #3979 * spraypainting sm should work now * Adds Bronze to lathes #3702 * Adds a singular camera to fix #4505 --------- Co-authored-by: ThePooba <[email protected]>
- Loading branch information
Showing
6 changed files
with
19 additions
and
2 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
11 changes: 11 additions & 0 deletions
11
monkestation/code/modules/research/designs/autolathe/materials.dm
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,11 @@ | ||
/datum/design/bronze | ||
name = "Bronze" | ||
id = "bronze" | ||
build_type = AUTOLATHE | ||
materials = list(/datum/material/bronze = SHEET_MATERIAL_AMOUNT) | ||
build_path = /obj/item/stack/sheet/bronze | ||
category = list( | ||
RND_CATEGORY_INITIAL, | ||
RND_CATEGORY_CONSTRUCTION + RND_SUBCATEGORY_CONSTRUCTION_MATERIALS, | ||
) | ||
maxstack = 50 |
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