From 75ae73dc1b83bc795e6bcb49eae57a4d6fdc1597 Mon Sep 17 00:00:00 2001 From: Ghommie <42542238+Ghommie@users.noreply.github.com> Date: Sun, 22 Sep 2019 18:43:44 +0200 Subject: [PATCH] u n d e f i n e d v a r --- code/modules/antagonists/revenant/revenant_blight.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/antagonists/revenant/revenant_blight.dm b/code/modules/antagonists/revenant/revenant_blight.dm index 645a664f66..10ba843975 100644 --- a/code/modules/antagonists/revenant/revenant_blight.dm +++ b/code/modules/antagonists/revenant/revenant_blight.dm @@ -70,5 +70,5 @@ return affected_mob.playsound_local(affected_mob, 'sound/effects/curse5.ogg', 40, 1, -1) to_chat(affected_mob, "You sense the terrific curse of a vengeful ghost befall upon you...") - target_mob.apply_necropolis_curse(null, 7 MINUTES) //Once the blight has done its course without being cured beforehand, it will cast a necrocurse to compensate how underpowered it's. + affected_mob.apply_necropolis_curse(null, 7 MINUTES) //Once the blight has done its course without being cured beforehand, it will cast a necrocurse to compensate how underpowered it's. cure()