Removes some words to avoid possible problems with github terms of service (#8695)

This commit is contained in:
Alberyk
2020-04-22 16:29:56 -03:00
committed by GitHub
parent a91fed131a
commit 084d38fe2f
12 changed files with 14 additions and 22 deletions
+1 -1
View File
@@ -133,7 +133,7 @@ proc/airborne_can_reach(turf/source, turf/target)
/mob/living/carbon/proc/spread_disease_to(var/mob/living/carbon/victim, var/vector = "Airborne")
if (src == victim)
return "retardation"
return "nope"
// log_debug("Spreading [vector] diseases from [src] to [victim]")
if (virus2.len > 0)