mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-07-21 05:04:10 +01:00
[MIRROR] Mime care package (#12773)
Co-authored-by: Guti <32563288+TheCaramelion@users.noreply.github.com> Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
committed by
GitHub
parent
fef241645b
commit
1128c0cd18
@@ -2664,6 +2664,11 @@
|
||||
glass_name = REAGENT_ID_NOTHING
|
||||
glass_desc = "Absolutely nothing."
|
||||
|
||||
/datum/reagent/drink/nothing/affect_ingest(mob/living/carbon/M, alien, removed)
|
||||
..()
|
||||
if(HAS_MIND_TRAIT(M, TRAIT_MIMING))
|
||||
M.heal_organ_damage(1 * removed, 1 * removed)
|
||||
|
||||
/datum/reagent/drink/dreamcream
|
||||
name = REAGENT_DREAMCREAM
|
||||
id = REAGENT_ID_DREAMCREAM
|
||||
|
||||
Reference in New Issue
Block a user