Fixes welding fuel behaving like Zo'rane fire (#6022)

This commit is contained in:
Alberyk
2019-02-04 19:23:03 +01:00
committed by Werner
parent 3d7856c433
commit dd9509eaf8
2 changed files with 8 additions and 2 deletions
@@ -259,7 +259,7 @@
var/mob/living/carbon/slime/S = M
S.adjustToxLoss(12 * removed) // A slime having water forced down its throat would cause much more damage then being splashed on it
if (!S.client && S.Target)
S.Target = null
++S.Discipline
@@ -309,7 +309,7 @@
remove_self(volume)
return
/datum/reagent/fuel/touch_mob(var/mob/living/L, var/amount)
/datum/reagent/fuel/napalm/touch_mob(var/mob/living/L, var/amount)
. = ..()
if(istype(L))
L.adjust_fire_stacks(amount / 10) // Splashing people with welding fuel to make them easy to ignite!