Skip to content

Commit

Permalink
[MIRROR] Sugar now causes brain damage in extremely high doses for un…
Browse files Browse the repository at this point in the history
…athi (#2590)

Co-authored-by: MLGTASTICa <[email protected]>
Co-authored-by: UEDCommander <[email protected]>
  • Loading branch information
3 people authored Oct 21, 2024
1 parent 2c2a7c8 commit 8d05816
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions code/datums/traits/trait_helpers.dm
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,6 @@
C.emote(pick("twitch", "drool"))
if(effective_dose > 20 && prob(10))
C.SelfMove(pick(GLOB.cardinal))
if(effective_dose > 50 && prob(60))
var/obj/item/organ/internal/brain/O = C.internal_organs_by_name[BP_BRAIN]
O?.take_internal_damage(10, FALSE)

0 comments on commit 8d05816

Please sign in to comment.