Merge pull request #31064 from YPOQ/silverfriedfoods
Silver slime extracts create proper fried foods
This commit is contained in:
committed by
CitadelStationBot
parent
d25894447e
commit
baf72b8412
@@ -151,6 +151,12 @@
|
||||
for(var/i in 1 to 4 + rand(1,2))
|
||||
var/chosen = pick(borks)
|
||||
var/obj/B = new chosen(T)
|
||||
if(prob(5))//Fry it!
|
||||
var/obj/item/reagent_containers/food/snacks/deepfryholder/D = new(T)
|
||||
var/datum/reagents/reagents = new(25)
|
||||
reagents.add_reagent("nutriment", 25)
|
||||
D.fry(B, reagents)
|
||||
B = D
|
||||
if(prob(50))
|
||||
for(var/j in 1 to rand(1, 3))
|
||||
step(B, pick(NORTH,SOUTH,EAST,WEST))
|
||||
@@ -173,6 +179,7 @@
|
||||
/obj/item/reagent_containers/food/snacks/soup,
|
||||
/obj/item/reagent_containers/food/snacks/grown,
|
||||
/obj/item/reagent_containers/food/snacks/grown/mushroom,
|
||||
/obj/item/reagent_containers/food/snacks/deepfryholder
|
||||
)
|
||||
blocked |= typesof(/obj/item/reagent_containers/food/snacks/customizable)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user