Skip to content

Commit

Permalink
Readds antitox back to the game
Browse files Browse the repository at this point in the history
  • Loading branch information
Gw0sty committed Jan 16, 2025
1 parent 76ae4eb commit d4b027b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/datum/symptom/antitox
name = "Antioxidantisation Syndrome"
desc = "A very real syndrome beloved by Super-Food Fans and Essential Oil Enthusiasts; encourages the production of anti-toxin within the body."
stage = 2
badness = EFFECT_DANGER_HELPFUL

/datum/symptom/antitox/activate(mob/living/mob)
to_chat(mob, span_notice("You feel your toxins being purged!"))
mob?.adjustToxLoss(-4)
3 changes: 2 additions & 1 deletion tgstation.dme
Original file line number Diff line number Diff line change
Expand Up @@ -8446,7 +8446,6 @@
#include "monkestation\code\modules\virology\disease\symtoms\flavor\gunk.dm"
#include "monkestation\code\modules\virology\disease\symtoms\flavor\hair_growth.dm"
#include "monkestation\code\modules\virology\disease\symtoms\flavor\headache.dm"
#include "monkestation\code\modules\virology\disease\symtoms\flavor\invisible.dm"
#include "monkestation\code\modules\virology\disease\symtoms\flavor\mommi_shrink.dm"
#include "monkestation\code\modules\virology\disease\symtoms\flavor\polyvitiligo.dm"
#include "monkestation\code\modules\virology\disease\symtoms\flavor\soreness.dm"
Expand All @@ -8466,9 +8465,11 @@
#include "monkestation\code\modules\virology\disease\symtoms\harmful\teratoma.dm"
#include "monkestation\code\modules\virology\disease\symtoms\harmful\toxins.dm"
#include "monkestation\code\modules\virology\disease\symtoms\harmful\wizarditis.dm"
#include "monkestation\code\modules\virology\disease\symtoms\helpful\antitoxin.dm"
#include "monkestation\code\modules\virology\disease\symtoms\helpful\coma.dm"
#include "monkestation\code\modules\virology\disease\symtoms\helpful\damge_to_toxin.dm"
#include "monkestation\code\modules\virology\disease\symtoms\helpful\darkness.dm"
#include "monkestation\code\modules\virology\disease\symtoms\helpful\invisible.dm"
#include "monkestation\code\modules\virology\disease\symtoms\helpful\lantern.dm"
#include "monkestation\code\modules\virology\disease\symtoms\helpful\longevity.dm"
#include "monkestation\code\modules\virology\disease\symtoms\helpful\metabolism_boost.dm"
Expand Down

0 comments on commit d4b027b

Please sign in to comment.