stops poolcontroller drowning sending messages to admins

This commit is contained in:
Kyep
2018-03-27 15:16:19 -07:00
parent 6b66eb4794
commit af3e632a09
+1 -1
View File
@@ -100,7 +100,7 @@
if(drownee.losebreath > 20) //You've probably got bigger problems than drowning at this point, so we won't add to it until you get that under control.
return
add_logs(src, drownee, "drowned", null, null, 0) //log it to their VV, but don't spam the admins' chats with the logs
add_logs(src, drownee, "drowned", null, null, 0, 0) //log it to their VV, but don't spam the admins' chats with the logs
if(drownee.stat) //Mob is in critical.
drownee.AdjustLoseBreath(3, bound_lower = 0, bound_upper = 20)
drownee.visible_message("<span class='danger'>\The [drownee] appears to be drowning!</span>","<span class='userdanger'>You're quickly drowning!</span>") //inform them that they are fucked.