From f89c3bb654b41dc62ef74af6910b6510d47bf5fb Mon Sep 17 00:00:00 2001
From: Vulpias <37509487+Vulpias@users.noreply.github.com>
Date: Fri, 23 Mar 2018 08:15:28 +0100
Subject: [PATCH] Update station_special_abilities_vr.dm
---
.../human/species/station/station_special_abilities_vr.dm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/code/modules/mob/living/carbon/human/species/station/station_special_abilities_vr.dm b/code/modules/mob/living/carbon/human/species/station/station_special_abilities_vr.dm
index b528f7be72..3e6592fd6e 100644
--- a/code/modules/mob/living/carbon/human/species/station/station_special_abilities_vr.dm
+++ b/code/modules/mob/living/carbon/human/species/station/station_special_abilities_vr.dm
@@ -896,7 +896,7 @@ mob/living/carbon/proc/charmed() //TODO
else if(effective_dose < 5 * threshold)
M.Weaken(2)
M.drowsyness = max(M.drowsyness, 20)
- if(proc(7))
+ if(prob(7))
M.show_message("You start to feel weakened, your body seems heavy.")
return
@@ -910,7 +910,7 @@ mob/living/carbon/proc/charmed() //TODO
/datum/reagent/succubi_paralize/affect_blood(var/mob/living/carbon/M, var/alien, var/removed) //will first keep it like that. lets see what it changes. if nothing, than I will rework the effect again
- if(proc(7))
+ if(prob(7))
M.Weaken(20)
M.eye_blurry = max(M.eye_blurry, 10)
M.show_message("You lose sensation of your body.")