Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit 3da32af

Browse files
authored
Update customizables.dm (#22725)
1 parent 4a82853 commit 3da32af

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

code/modules/food_and_drinks/food/customizables.dm

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@
103103
filling_color = rgb(rgbcolor[1], rgbcolor[2], rgbcolor[3], rgbcolor[4])
104104

105105
/obj/item/reagent_containers/food/snacks/customizable/update_snack_overlays(obj/item/reagent_containers/food/snacks/S)
106-
. = ..()
107106
var/mutable_appearance/filling = mutable_appearance(icon, "[initial(icon_state)]_filling")
108107
if(S.filling_color == "#FFFFFF")
109108
filling.color = pick("#FF0000","#0000FF","#008000","#FFFF00")

0 commit comments

Comments
 (0)