Fix bandana colors after dyeing. Fix typo. (#31243)

* Fix bandana colors after dyeing. Fix typo.

* Thanks, linters!
This commit is contained in:
Alan
2025-12-24 15:20:33 -05:00
committed by GitHub
parent 6d9a04bdb9
commit e7dc0c3cf5
3 changed files with 8 additions and 2 deletions
+6
View File
@@ -52,3 +52,9 @@
if(.)
var/obj/item/target_type = .
color = initial(target_type.color)
/obj/item/clothing/mask/bandana/dye_item(dye_color, dye_key_override)
. = ..()
if(.)
var/obj/item/target_type = .
color = initial(target_type.color)