mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 03:25:49 +01:00
Fix bandana colors after dyeing. Fix typo. (#31243)
* Fix bandana colors after dyeing. Fix typo. * Thanks, linters!
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user