Fixes a transofrm animation todo (#71496)

makes it pass appearance

Co-authored-by: TiviPlus <572233640+TiviPlus@users.noreply.com>
This commit is contained in:
TiviPlus
2022-11-25 20:27:15 +01:00
committed by GitHub
parent 00e2625f77
commit 8dda6c96d5
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
. = ..()
var/mutable_appearance/bread_appearance = mutable_appearance('icons/obj/food/burgerbread.dmi', "bread")
var/mutable_appearance/transform_scanline = mutable_appearance('icons/effects/effects.dmi', "transform_effect")
target.transformation_animation(bread_appearance,time = BREADIFY_TIME, transform_overlay=transform_scanline)
target.transformation_animation(bread_appearance, BREADIFY_TIME, transform_scanline.appearance)
addtimer(CALLBACK(GLOBAL_PROC, GLOBAL_PROC_REF(breadify), target), BREADIFY_TIME)
#undef BREADIFY_TIME