Skip to content

Commit

Permalink
disabled weed eating for now
Browse files Browse the repository at this point in the history
  • Loading branch information
morrowwolf committed Nov 7, 2023
1 parent 9efcf33 commit 5c7b595
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/modules/mob/living/carbon/human/death.dm
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,12 @@
. = ..(cause, gibbed, death_message)

// stat is now set
/*
var/datum/cause_data/death_data = cause
if(!gibbed && death_data?.cause_name != "gibbing")
// Hilariously the gibbing proc causes death via droplimb which means gibbed is false...
AddComponent(/datum/component/weed_food)
else if(death_data?.cause_name == "existing")
// Corpses spawn as gibbed true to avoid sfx, even though they aren't actually gibbed...
AddComponent(/datum/component/weed_food)
*/

0 comments on commit 5c7b595

Please sign in to comment.