diff --git a/code/modules/clothing/clothing.dm b/code/modules/clothing/clothing.dm index 8dafd1f1cbd..7e593436969 100644 --- a/code/modules/clothing/clothing.dm +++ b/code/modules/clothing/clothing.dm @@ -120,7 +120,9 @@ else icon = initial(icon) -///Used for any clothing interactions when the user is on fire. (e.g. Cigarettes getting lit.) +/** + * Used for any clothing interactions when the user is on fire. (e.g. Cigarettes getting lit.) + */ /obj/item/clothing/proc/catch_fire() //Called in handle_fire() return