mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 04:27:35 +01:00
Chemistry Cleanup and Fixes
This commit is contained in:
@@ -104,12 +104,12 @@
|
||||
|
||||
////////////////////////STAGE 4/////////////////////////////////
|
||||
|
||||
/datum/disease2/effect/alchdranine
|
||||
/datum/disease2/effect/doctorsdelight
|
||||
name = "Panacea Effect"
|
||||
stage = 4
|
||||
activate(var/mob/living/carbon/mob,var/multiplier)
|
||||
if (mob.reagents.get_reagent_amount("alchdranine") < 1)
|
||||
mob.reagents.add_reagent("alchdranine", 1)
|
||||
if (mob.reagents.get_reagent_amount("doctorsdelight") < 1)
|
||||
mob.reagents.add_reagent("doctorsdelight", 1)
|
||||
|
||||
/datum/disease2/effect/viralsputum_major
|
||||
name = "Hemoptysis"
|
||||
|
||||
Reference in New Issue
Block a user