mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 05:23:22 +01:00
Fixes welding fuel behaving like Zo'rane fire (#6022)
This commit is contained in:
@@ -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!
|
||||
|
||||
Reference in New Issue
Block a user