From 6a4a0fa922de4ddf0f882aedc687d68b23a92509 Mon Sep 17 00:00:00 2001 From: SabreML <57483089+SabreML@users.noreply.github.com> Date: Sat, 12 Sep 2020 16:58:10 +0100 Subject: [PATCH] Documentation Pretty sure I did this right. --- code/modules/clothing/clothing.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/clothing/clothing.dm b/code/modules/clothing/clothing.dm index 6f627bcdc91..8dafd1f1cbd 100644 --- a/code/modules/clothing/clothing.dm +++ b/code/modules/clothing/clothing.dm @@ -120,6 +120,7 @@ else icon = initial(icon) +///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