Ghommies suggestions and renames a proc

This commit is contained in:
Artur
2020-04-14 09:30:14 +03:00
parent 2e2fc45632
commit 356f2913d7
7 changed files with 9 additions and 10 deletions
+1 -1
View File
@@ -1565,7 +1565,7 @@ GLOBAL_DATUM_INIT(dview_mob, /mob/dview, new)
world.TgsChatBroadcast()
//Checks to see if either the victim has a garlic necklace or garlic in their blood
/proc/sucking_checks(var/mob/living/carbon/target, check_neck, check_blood)
/proc/blood_sucking_checks(var/mob/living/carbon/target, check_neck, check_blood)
//Bypass this if the target isnt carbon.
if(!iscarbon(target))
return TRUE