mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-14 17:45:02 +01:00
Merge pull request #19117 from ChangelingRain/logtoxin
Adds logging to that one fucking toxin
This commit is contained in:
@@ -589,7 +589,10 @@
|
||||
metabolization_rate = 0.5 * REAGENTS_METABOLISM
|
||||
|
||||
/datum/reagent/toxin/amanitin/on_mob_delete(mob/living/M)
|
||||
M.adjustToxLoss(current_cycle*3*REM)
|
||||
var/toxdamage = current_cycle*3*REM
|
||||
M.adjustToxLoss(toxdamage)
|
||||
if(M)
|
||||
add_logs(M, get_turf(M), "has taken [toxdamage] toxin damage from amanitin toxin")
|
||||
..()
|
||||
|
||||
/datum/reagent/toxin/lipolicide
|
||||
|
||||
Reference in New Issue
Block a user