Explicitly return parent value

This prevents it returning false incorrectly
This commit is contained in:
oranges
2016-06-11 13:09:25 +00:00
parent bf9643563d
commit f58b13d099
+1 -1
View File
@@ -121,7 +121,7 @@
//If have no DNA or can be Ignited, call parent handling to light user
//If firestacks are high enough
if(!dna || dna.species.CanIgniteMob(src))
. = ..()
return ..()
. = FALSE //No ignition
/mob/living/carbon/human/ExtinguishMob()