mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 04:51:32 +01:00
Increased infection chance significantly in the hopes that this will somehow help vira not spreading.
This commit is contained in:
@@ -239,7 +239,7 @@ proc/airborne_can_reach(turf/source, turf/target)
|
||||
e.runeffect(mob,stage)
|
||||
clicks+=speed
|
||||
|
||||
if(prob(5)) spread_airborne(mob)
|
||||
if(prob(50)) spread_airborne(mob)
|
||||
|
||||
proc/cure(var/mob/living/carbon/mob)
|
||||
var/datum/disease2/effectholder/E
|
||||
|
||||
Reference in New Issue
Block a user