Skip to content

Commit

Permalink
And this
Browse files Browse the repository at this point in the history
I'm SURE this was working before, but obviously it broke at some point
  • Loading branch information
SabreML committed Feb 12, 2024
1 parent 3a9289b commit ca7be6f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = CARRIER_EGGSAC
description = "In exchange for your ability to store huggers and place traps, you gain larger plasma stores, strong pheromones, and the ability to lay eggs by using your plasma stores. In addition, you can now carry twelve eggs at once and can place eggs one pace further than normal. \n\nYou can also place a small number of fragile eggs on normal weeds. These eggs have a lifetime of five minutes while you remain within 14 tiles. Or one minute if you leave this range."
flavor_description = "An egg is always an adventure; the next one may be different."
icon_state_prefix = "Eggsac"

actions_to_remove = list(
/datum/action/xeno_action/activable/throw_hugger,
Expand All @@ -17,7 +18,6 @@
behavior_delegate_type = /datum/behavior_delegate/carrier_eggsac

/datum/xeno_strain/eggsac/apply_strain(mob/living/carbon/xenomorph/carrier/carrier)

carrier.plasma_types = list(PLASMA_EGG)
carrier.phero_modifier += XENO_PHERO_MOD_LARGE // praetorian level pheremones
carrier.recalculate_plasma()
Expand Down

0 comments on commit ca7be6f

Please sign in to comment.