mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-15 09:57:49 +01:00
Fixes blood and properly adds the char reagent to grilled items as well (you can overdose on it)
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user