Converting some direct reagent data stuff to work with the new taste system.

This commit is contained in:
MistakeNot4892
2023-07-27 05:23:04 +10:00
parent 55fca55536
commit c29c31f0a0
6 changed files with 100 additions and 99 deletions

View File

@@ -191,7 +191,7 @@
var/obj/effect/vfx/water/splash = new(T)
splash.create_reagents(15)
splash.reagents.add_reagent("stomacid", 5)
splash.reagents.add_reagent("blood", 10,list("blood_colour" = "#ec4940"))
splash.reagents.add_reagent("blood", 10,TASTE_DATA(list("blood_colour" = "#ec4940")))
splash.set_color()
splash.set_up(F, 2, 3)