mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-14 16:44:33 +01:00
reduces log spam
This commit is contained in:
@@ -83,7 +83,11 @@
|
||||
|
||||
var/contained = english_list(injected)
|
||||
|
||||
add_attack_logs(user, M, "Automends with [src] containing ([contained])", reagents.harmless_helper() ? ATKLOG_ALMOSTALL : null)
|
||||
var/log_level = ATKLOG_ALMOSTALL
|
||||
if(emagged && !(reagents.harmless_helper()))
|
||||
log_level = null
|
||||
|
||||
add_attack_logs(user, M, "Automends with [src] containing ([contained])", log_level)
|
||||
|
||||
var/fractional_applied_amount = total_applied_amount / reagents.total_volume
|
||||
|
||||
|
||||
Reference in New Issue
Block a user