From 8cc54efd3ada837170721278f35f27071a37ff9d Mon Sep 17 00:00:00 2001 From: FalseIncarnate Date: Thu, 10 Mar 2016 02:01:02 -0500 Subject: [PATCH] Quieter Drowning Doesn't spam the chat of online admins anymore, but still logs the drowning on the mob's attack_log variable. - This could get REALLY intrusive with even one person drowning --- code/game/machinery/poolcontroller.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/game/machinery/poolcontroller.dm b/code/game/machinery/poolcontroller.dm index 06a48a79e89..e2da5b8beb0 100644 --- a/code/game/machinery/poolcontroller.dm +++ b/code/game/machinery/poolcontroller.dm @@ -100,11 +100,11 @@ if(drownee.stat) //Mob is in critical. drownee.losebreath -= 3 //You're gonna die here. - add_logs(drownee, src, "drowned") + add_logs(drownee, src, "drowned", null, null, 0) //log it to their VV, but don't spam the admins' chats with the logs drownee.visible_message("\The [drownee] appears to be drowning!","You're quickly drowning!") //inform them that they are fucked. else drownee.losebreath -= 2 //For every time you drown, you miss 2 breath attempts. Hope you catch on quick! - add_logs(drownee, src, "drowned") + add_logs(drownee, src, "drowned", null, null, 0) //log it to their VV, but don't spam the admins' chats with the logs if(prob(35)) //35% chance to tell them what is going on. They should probably figure it out before then. drownee.visible_message("\The [drownee] flails, almost like they are drowning!","You're lacking air!") //*gasp* *gasp* *gasp* *gasp* *gasp*