Changed 'Your' to 'The', since it's a 'visible_message'.
Also removed implied src
This commit is contained in:
SabreML
2020-09-12 16:43:39 +01:00
parent 9ec4ba49ab
commit 3aea152a93
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -186,8 +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 src.contents)
C.catch_fire(src)
for(var/obj/item/clothing/C in contents)
C.catch_fire()
else
ExtinguishMob()
return