mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 13:37:58 +01:00
Removed a derp (/mob/living/M -> mob/living/M)
This commit is contained in:
@@ -24,7 +24,7 @@ Bonus
|
||||
level = 5
|
||||
severity = 0
|
||||
|
||||
/datum/symptom/sensory_restoration/proc/check_and_add(reagent, check, add, /mob/living/M)
|
||||
/datum/symptom/sensory_restoration/proc/check_and_add(reagent, check, add, mob/living/M)
|
||||
if(M.reagents.get_reagent_amount(reagent) < check)
|
||||
M.reagents.add_reagent(reagent, add)
|
||||
return 1
|
||||
|
||||
Reference in New Issue
Block a user