Skip to content

Commit

Permalink
Update XenoProcs.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
iloveloopers authored May 23, 2024
1 parent 325ced4 commit 336825e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/living/carbon/xenomorph/XenoProcs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -748,7 +748,7 @@
/mob/living/carbon/xenomorph/proc/throw_carbon_end(mob/living/carbon/target)
REMOVE_TRAIT(target, TRAIT_IMMOBILIZED, XENO_THROW_TRAIT)

/mob/living/carbon/xenomorph/proc/clear_debuffs(grave_period = 6)
/mob/living/carbon/xenomorph/proc/clear_debuffs(grace_period = 6)
var/debuffs = list(/datum/component/healing_reduction, /datum/component/toxic_buildup, /datum/component/speed_modifier)
//speed modifier can be a buff but using it as a buff is considered an exploit so whatever
for(var/datum/component/debuff as anything in debuffs)
Expand Down

0 comments on commit 336825e

Please sign in to comment.