Merge pull request #1515 from Citadel-Station-13/upstream-merge-28251
[MIRROR] Changes Amanitin log message
This commit is contained in:
@@ -613,9 +613,8 @@
|
|||||||
|
|
||||||
/datum/reagent/toxin/amanitin/on_mob_delete(mob/living/M)
|
/datum/reagent/toxin/amanitin/on_mob_delete(mob/living/M)
|
||||||
var/toxdamage = current_cycle*3*REM
|
var/toxdamage = current_cycle*3*REM
|
||||||
|
M.log_message("has taken [toxdamage] toxin damage from amanitin toxin", INDIVIDUAL_ATTACK_LOG)
|
||||||
M.adjustToxLoss(toxdamage)
|
M.adjustToxLoss(toxdamage)
|
||||||
if(M)
|
|
||||||
add_logs(M, get_turf(M), "has taken [toxdamage] toxin damage from amanitin toxin")
|
|
||||||
..()
|
..()
|
||||||
|
|
||||||
/datum/reagent/toxin/lipolicide
|
/datum/reagent/toxin/lipolicide
|
||||||
|
|||||||
Reference in New Issue
Block a user