Fixes blood and properly adds the char reagent to grilled items as well (you can overdose on it)

This commit is contained in:
Archie
2021-01-03 01:58:45 -03:00
parent 49f39f27db
commit 222d37751e
2 changed files with 3 additions and 3 deletions
@@ -73,7 +73,7 @@
smoke.start()
if(grilled_item)
grill_time += 1
grilled_item.reagents.add_reagent("char", 1)
grilled_item.reagents.add_reagent(/datum/reagent/consumable/char, 1)
grill_fuel -= 10
grilled_item.AddComponent(/datum/component/sizzle)