mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-11 15:14:27 +01:00
Bot fixes, disease runtime fix, vending menu fix
This commit is contained in:
@@ -66,7 +66,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