mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Tgpanel (#8007)
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:
@@ -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)
|
||||
|
||||
|
||||
@@ -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>")
|
||||
|
||||
Reference in New Issue
Block a user