From f1ef0f99a3c26ea538938307d4185c1e5b06141b Mon Sep 17 00:00:00 2001 From: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com> Date: Sun, 24 Jan 2021 08:33:43 -0500 Subject: [PATCH] Gives some tells to using holy water on vampire thralls. (#15329) * Gives some tells to using holy water on vampire thralls * henk's honking suggestion Co-authored-by: Farie82 Co-authored-by: Farie82 --- code/modules/reagents/chemistry/reagents/water.dm | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/code/modules/reagents/chemistry/reagents/water.dm b/code/modules/reagents/chemistry/reagents/water.dm index bd6efd5a5d7..f01325c4242 100644 --- a/code/modules/reagents/chemistry/reagents/water.dm +++ b/code/modules/reagents/chemistry/reagents/water.dm @@ -249,6 +249,12 @@ if(prob(5)) M.AdjustCultSlur(5)//5 seems like a good number... M.say(pick("Av'te Nar'sie","Pa'lid Mors","INO INO ORA ANA","SAT ANA!","Daim'niodeis Arc'iai Le'eones","Egkau'haom'nai en Chaous","Ho Diak'nos tou Ap'iron","R'ge Na'sie","Diabo us Vo'iscum","Si gn'um Co'nu")) + if(isvampirethrall(M)) + if(prob(10)) + M.say(pick("*gasp", "*cough", "*sneeze")) + if(prob(5)) //Same as cult, for the real big tell + M.visible_message("A fog lifts from [M]'s eyes for a moment, but soon returns.") + if(current_cycle >= 75 && prob(33)) // 30 units, 150 seconds M.AdjustConfused(3) if(isvampirethrall(M))