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
@@ -186,6 +186,8 @@
return 1
if(fire_stacks > 0)
adjust_fire_stacks(-0.1) //the fire is slowly consumed
for(var/obj/item/clothing/C in contents)
C.catch_fire()
else
ExtinguishMob()
return