-
Notifications
You must be signed in to change notification settings - Fork 269
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c42df33
commit 5fa356b
Showing
4 changed files
with
13 additions
and
9 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
7 changes: 7 additions & 0 deletions
7
monkestation/code/modules/research/designs/biogenerator_designs.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,7 @@ | ||
/datum/design/rat_cube // Monkestation, useful for chaplain and pathologist. | ||
name = "Mouse Cube" | ||
id = "rcube" // R for Rat | ||
build_type = BIOGENERATOR | ||
materials = list(/datum/material/biomass = SMALL_MATERIAL_AMOUNT * 0.4) | ||
build_path = /obj/item/food/monkeycube/mouse | ||
category = list(RND_CATEGORY_INITIAL, RND_CATEGORY_BIO_FOOD) |
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