diff --git a/code/modules/mob/transform_procs.dm b/code/modules/mob/transform_procs.dm index 2607492dea7..02467ae4e14 100644 --- a/code/modules/mob/transform_procs.dm +++ b/code/modules/mob/transform_procs.dm @@ -375,7 +375,7 @@ return 0 - +/* //////////////////////Grutor: /////////////////////Zombie tranformation into NPC type zombie////////////// @@ -416,3 +416,5 @@ spawn(0)//To prevent the proc from returning null. del(src) return + +*/ \ No newline at end of file diff --git a/code/modules/reagents/Chemistry-Reagents.dm b/code/modules/reagents/Chemistry-Reagents.dm index cf431ba377a..cf0761eba3f 100644 --- a/code/modules/reagents/Chemistry-Reagents.dm +++ b/code/modules/reagents/Chemistry-Reagents.dm @@ -3548,7 +3548,7 @@ datum M.confused = max(M.confused+15,15) ..() return - +/* //Grutor /////////////////Zombie Stuff////////////////// @@ -3607,3 +3607,4 @@ datum ..() return +*/ \ No newline at end of file diff --git a/code/modules/reagents/Chemistry-Recipes.dm b/code/modules/reagents/Chemistry-Recipes.dm index 1131d61720c..85a4d8f2658 100644 --- a/code/modules/reagents/Chemistry-Recipes.dm +++ b/code/modules/reagents/Chemistry-Recipes.dm @@ -1409,6 +1409,13 @@ datum required_reagents = list("capsaicin" = 1, "hot_ramen" = 6) result_amount = 6 + doughball + name = "Ball of dough" + id = "dough_ball" + result = "dough_ball" + required_reagents = list("flour" = 15, "water" = 5) + required_catalysts = list("enzyme" = 5) + ////////////////////////////////////////// COCKTAILS //////////////////////////////////////