Added Roburgers.

This commit is contained in:
Rob Nelson
2013-10-01 16:32:53 -07:00
parent b7646736e5
commit 3ecd045f39
2 changed files with 9 additions and 3 deletions

View File

@@ -122,14 +122,13 @@ I said no!
)
result = /obj/item/weapon/reagent_containers/food/snacks/brainburger
/* NO FUN ALLOWED
// FUN ALLOWED
/datum/recipe/roburger
reagents = list("flour" = 5)
items = list(
/obj/item/weapon/reagent_containers/food/snacks/flour,
/obj/item/robot_parts/head
)
result = /obj/item/weapon/reagent_containers/food/snacks/roburger
*/
/datum/recipe/xenoburger
reagents = list("flour" = 5)

View File

@@ -74,6 +74,13 @@
should be listed in the changelog upon commit though. Thanks. -->
<!-- To take advantage of the pretty new format (well it was new when I wrote this anyway), open the "add-to-changelog.html" file in any browser and add the stuff and then generate the html code and paste it here -->
<!-- Suggestion: Group changes not merged into master into a single [IN DEVELOPMENT] block, then change the date to today before merging. Makes the changes from the last release a bit easier to comprehend. -->
<div class="commit sansserif">
<h2 class="date">[IN DEVELOPMENT]</h2>
<h3 class="author">N3X15 updated</h3>
<ul class="changes bgimages16">
<li class="rscadd">Re-added roburgers.</li>
</ul>
</div>
<div class="commit sansserif">
<h2 class="date">2013.09.30</h2>
<h3 class="author">N3X15 updated</h3>