Co-authored-by: ItsSelis <selis@xynolabs.com>
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
Co-authored-by: Raeschen <rycoop29@gmail.com>
This commit is contained in:
Cadyn
2024-03-24 04:19:07 -07:00
committed by GitHub
parent 89552c2af4
commit ccad338c93
259 changed files with 3497 additions and 1176 deletions

View File

@@ -18,9 +18,9 @@
if (!ishuman(parent))
return COMPONENT_INCOMPATIBLE
gargoyle = parent
gargoyle.verbs |= /mob/living/carbon/human/proc/gargoyle_transformation
gargoyle.verbs |= /mob/living/carbon/human/proc/gargoyle_pause
gargoyle.verbs |= /mob/living/carbon/human/proc/gargoyle_checkenergy
add_verb(gargoyle,/mob/living/carbon/human/proc/gargoyle_transformation) //CHOMPEdit TGPanel
add_verb(gargoyle,/mob/living/carbon/human/proc/gargoyle_pause) //CHOMPEdit TGPanel
add_verb(gargoyle,/mob/living/carbon/human/proc/gargoyle_checkenergy) //CHOMPEdit TGPanel
START_PROCESSING(SSprocessing, src)

View File

@@ -7,7 +7,7 @@
if(!ishuman(parent))
return COMPONENT_INCOMPATIBLE
xeno = parent //asigning the reference
xeno.verbs |= /mob/living/carbon/human/proc/queen_aura_toggle
add_verb(xeno,/mob/living/carbon/human/proc/queen_aura_toggle) //CHOMPEdit TGPanel
/datum/component/xenoqueenbuff/process()
if(QDELETED(xeno))
@@ -62,4 +62,4 @@
else
START_PROCESSING(SSprocessing,X)
X.aura_active = 1
to_chat (src, "<span class = 'notice'>You begin empowering those around you.</span>")
to_chat (src, "<span class = 'notice'>You begin empowering those around you.</span>")