mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 03:02:54 +00:00
Fixes #4965
This commit is contained in:
@@ -67,7 +67,7 @@
|
|||||||
//Space antibiotics stop disease completely
|
//Space antibiotics stop disease completely
|
||||||
if(mob.reagents.has_reagent("spaceacillin"))
|
if(mob.reagents.has_reagent("spaceacillin"))
|
||||||
if(stage == 1 && prob(20))
|
if(stage == 1 && prob(20))
|
||||||
src.cure()
|
src.cure(mob)
|
||||||
return
|
return
|
||||||
|
|
||||||
//Virus food speeds up disease progress
|
//Virus food speeds up disease progress
|
||||||
|
|||||||
Reference in New Issue
Block a user