woops
This commit is contained in:
@@ -324,7 +324,7 @@
|
|||||||
damage_dealt *= 4
|
damage_dealt *= 4
|
||||||
if(I.damtype == BURN)
|
if(I.damtype == BURN)
|
||||||
damage_dealt *= 4
|
damage_dealt *= 4
|
||||||
|
user.DelayNextAction()
|
||||||
for(var/datum/spacevine_mutation/SM in mutations)
|
for(var/datum/spacevine_mutation/SM in mutations)
|
||||||
damage_dealt = SM.on_hit(src, user, I, damage_dealt) //on_hit now takes override damage as arg and returns new value for other mutations to permutate further
|
damage_dealt = SM.on_hit(src, user, I, damage_dealt) //on_hit now takes override damage as arg and returns new value for other mutations to permutate further
|
||||||
take_damage(damage_dealt, I.damtype, "melee", 1)
|
take_damage(damage_dealt, I.damtype, "melee", 1)
|
||||||
|
|||||||
Reference in New Issue
Block a user