mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 13:37:58 +01:00
buffs Potassium Iodide (#20845)
This commit is contained in:
@@ -416,8 +416,7 @@
|
||||
taste_description = "cleansing"
|
||||
|
||||
/datum/reagent/medicine/potass_iodide/on_mob_life(mob/living/M)
|
||||
if(prob(80))
|
||||
M.radiation = max(0, M.radiation-10)
|
||||
M.radiation = max(0, M.radiation - 25)
|
||||
return ..()
|
||||
|
||||
/datum/reagent/medicine/pen_acid
|
||||
|
||||
Reference in New Issue
Block a user