mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-21 03:55:05 +01:00
Old zombie stuff commenting out
This commit is contained in:
@@ -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
|
||||
|
||||
*/
|
||||
@@ -3548,7 +3548,7 @@ datum
|
||||
M.confused = max(M.confused+15,15)
|
||||
..()
|
||||
return
|
||||
|
||||
/*
|
||||
|
||||
//Grutor
|
||||
/////////////////Zombie Stuff//////////////////
|
||||
@@ -3607,3 +3607,4 @@ datum
|
||||
..()
|
||||
return
|
||||
|
||||
*/
|
||||
@@ -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 //////////////////////////////////////
|
||||
|
||||
|
||||
Reference in New Issue
Block a user