mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-30 00:21:11 +01:00
Removes some words to avoid possible problems with github terms of service (#8695)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user