Merge pull request #1515 from Citadel-Station-13/upstream-merge-28251

[MIRROR] Changes Amanitin log message
This commit is contained in:
LetterJay
2017-06-10 07:57:54 -05:00
committed by GitHub

View File

@@ -613,9 +613,8 @@
/datum/reagent/toxin/amanitin/on_mob_delete(mob/living/M)
var/toxdamage = current_cycle*3*REM
M.log_message("has taken [toxdamage] toxin damage from amanitin toxin", INDIVIDUAL_ATTACK_LOG)
M.adjustToxLoss(toxdamage)
if(M)
add_logs(M, get_turf(M), "has taken [toxdamage] toxin damage from amanitin toxin")
..()
/datum/reagent/toxin/lipolicide