mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 16:18:01 +01:00
Explicitly return parent value
This prevents it returning false incorrectly
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user