Merge pull request #14283 from SabreML/Fire-Lighting

Makes cigarettes catch fire if their holder is also on fire
This commit is contained in:
variableundefined
2020-09-15 19:41:02 -04:00
committed by GitHub
3 changed files with 12 additions and 0 deletions
+6
View File
@@ -120,6 +120,12 @@
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
//Ears: currently only used for headsets and earmuffs
/obj/item/clothing/ears
name = "ears"