mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 16:18:01 +01:00
Fixes luminiscent major extract activation action not disappearing/updating (#86998)
## About The Pull Request Closes #86993 ## Changelog 🆑 fix: Fixed luminiscent major extract activation button not disappearing/updating when it should've /🆑
This commit is contained in:
@@ -528,7 +528,7 @@
|
||||
|
||||
var/datum/action/innate/use_extract/major/extract_major = new(src)
|
||||
extract_major.Grant(new_jellyperson)
|
||||
luminescent_actions += integrate_extract
|
||||
luminescent_actions += extract_major
|
||||
|
||||
/datum/species/jelly/luminescent/on_species_loss(mob/living/carbon/C)
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user