mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 08:37:43 +01:00
Fixes not being able to tablecraft recipes using different types of an item for a requirements (e.g. two types of cutlets to make a meat pizza).
Fixes mushroom requirements in tablecraft recipes appearing as "snacks" in the requirement lists. Reduces the chem puff waiting time when spraying at short range, so it takes less time before it reacts with a turf/mob/object.
This commit is contained in:
@@ -68,7 +68,8 @@
|
||||
reagents.trans_to(D, amount_per_transfer_from_this, 1/range)
|
||||
D.color = mix_color_from_reagents(D.reagents.reagent_list)
|
||||
var/puff_reagent_left = range //how many turf, mob or dense objet we can react with before we consider the chem puff consumed
|
||||
var/wait_step = max(round(9/range),2)
|
||||
var/wait_step = max(round(2+3/range), 2)
|
||||
|
||||
spawn(0)
|
||||
for(var/i=0, i<range, i++)
|
||||
step_towards(D,A)
|
||||
|
||||
Reference in New Issue
Block a user