mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 02:16:05 +00:00
Added Roburgers.
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user