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