First step in regrouping all non-spell abilities under the same tab to facilitate UI navigation.

This commit is contained in:
ZomgPonies
2014-05-18 00:58:25 -04:00
parent aa62e2902b
commit 73f12189b7
7 changed files with 27 additions and 27 deletions
@@ -1,5 +1,5 @@
/mob/living/carbon/slime/verb/Feed()
set category = "Slime"
set category = "Abilities"
set desc = "This will let you feed on any valid creature in the surrounding area. This should also be used to halt the feeding process."
if(Victim)
Feedstop()
@@ -167,7 +167,7 @@
/mob/living/carbon/slime/verb/Evolve()
set category = "Slime"
set category = "Abilities"
set desc = "This will let you evolve from baby to adult slime."
if(stat)
@@ -189,7 +189,7 @@
src << "<i>I have already evolved...</i>"
/mob/living/carbon/slime/verb/Reproduce()
set category = "Slime"
set category = "Abilities"
set desc = "This will make you split into four Slimes. NOTE: this will KILL you, but you will be transferred into one of the babies."
if(stat)
@@ -272,6 +272,6 @@
/mob/living/carbon/slime/verb/ventcrawl()
set name = "Crawl through Vent"
set desc = "Enter an air vent and crawl through the pipe system."
set category = "Slime"
set category = "Abilities"
if(Victim) return
handle_ventcrawl()
+1 -1
View File
@@ -304,7 +304,7 @@
/obj/effect/proc_holder/spell/targeted/immolate
name = "Incendiary Mitochondria"
desc = "The subject becomes able to convert excess cellular energy into thermal energy."
panel = "Mutant Powers"
panel = "Abilities"
charge_type = "recharge"
charge_max = 600
+4 -4
View File
@@ -122,7 +122,7 @@
/obj/effect/proc_holder/spell/targeted/cryokinesis
name = "Cryokinesis"
desc = "Drops the bodytemperature of another person."
panel = "Mutant Powers"
panel = "Abilities"
charge_type = "recharge"
charge_max = 1200
@@ -197,7 +197,7 @@
/obj/effect/proc_holder/spell/targeted/eat
name = "Eat"
desc = "Eat just about anything!"
panel = "Mutant Powers"
panel = "Abilities"
charge_type = "recharge"
charge_max = 300
@@ -318,7 +318,7 @@
/obj/effect/proc_holder/spell/targeted/leap
name = "Jump"
desc = "Leap great distances!"
panel = "Mutant Powers"
panel = "Abilities"
range = -1
include_user = 1
@@ -394,7 +394,7 @@
/obj/effect/proc_holder/spell/targeted/polymorph
name = "Polymorph"
desc = "Mimic the appearance of others!"
panel = "Mutant Powers"
panel = "Abilities"
charge_max = 1800
clothes_req = 0
+1 -1
View File
@@ -54,7 +54,7 @@ Obviously, requires DNA2.
/obj/effect/proc_holder/spell/targeted/hulk
name = "Hulk Out"
panel = "Mutant Powers"
panel = "Abilities"
range = -1
include_user = 1
+11 -11
View File
@@ -69,7 +69,7 @@
return T
/client/vampire/proc/vampire_rejuvinate()
set category = "Vampire"
set category = "Abilities"
set name = "Rejuvinate "
set desc= "Flush your system with spare blood to remove any incapacitating effects"
var/datum/mind/M = usr.mind
@@ -93,7 +93,7 @@
M.current.verbs += /client/vampire/proc/vampire_rejuvinate
/client/vampire/proc/vampire_hypnotise()
set category = "Vampire"
set category = "Abilities"
set name = "Hypnotise (20)"
set desc= "A piercing stare that incapacitates your victim for a good length of time."
var/datum/mind/M = usr.mind
@@ -123,7 +123,7 @@
return
/client/vampire/proc/vampire_disease()
set category = "Vampire"
set category = "Abilities"
set name = "Diseased Touch (100)"
set desc = "Touches your victim with infected blood giving them the Shutdown Syndrome which quickly shutsdown their major organs resulting in a quick painful death."
var/datum/mind/M = usr.mind
@@ -166,7 +166,7 @@
spawn(1800) M.current.verbs += /client/vampire/proc/vampire_disease
/client/vampire/proc/vampire_glare()
set category = "Vampire"
set category = "Abilities"
set name = "Glare"
set desc= "A scary glare that incapacitates people for a short while around you."
var/datum/mind/M = usr.mind
@@ -189,7 +189,7 @@
C << "\red You are blinded by [M.current]'s glare"
/client/vampire/proc/vampire_shapeshift()
set category = "Vampire"
set category = "Abilities"
set name = "Shapeshift (50)"
set desc = "Changes your name and appearance at the cost of 50 blood and has a cooldown of 3 minutes."
var/datum/mind/M = usr.mind
@@ -204,7 +204,7 @@
spawn(1800) M.current.verbs += /client/vampire/proc/vampire_shapeshift
/client/vampire/proc/vampire_screech()
set category = "Vampire"
set category = "Abilities"
set name = "Chiroptean Screech (30)"
set desc = "An extremely loud shriek that stuns nearby humans and breaks windows as well."
var/datum/mind/M = usr.mind
@@ -229,7 +229,7 @@
spawn(1800) M.current.verbs += /client/vampire/proc/vampire_screech
/client/vampire/proc/vampire_enthrall()
set category = "Vampire"
set category = "Abilities"
set name = "Enthrall (300)"
set desc = "You use a large portion of your power to sway those loyal to none to be loyal to you only."
var/datum/mind/M = usr.mind
@@ -255,7 +255,7 @@
/client/vampire/proc/vampire_cloak()
set category = "Vampire"
set category = "Abilities"
set name = "Cloak of Darkness (toggle)"
set desc = "Toggles whether you are currently cloaking yourself in darkness."
var/datum/mind/M = usr.mind
@@ -318,7 +318,7 @@
log_admin("[ckey(src.key)] has mind-slaved [ckey(H.key)].")
/client/vampire/proc/vampire_bats()
set category = "Vampire"
set category = "Abilities"
set name = "Summon Bats (75)"
set desc = "You summon a pair of space bats who attack nearby targets until they or their target is dead."
var/datum/mind/M = usr.mind
@@ -347,7 +347,7 @@
/client/vampire/proc/vampire_jaunt()
//AHOY COPY PASTE INCOMING
set category = "Vampire"
set category = "Abilities"
set name = "Mist Form (30)"
set desc = "You take on the form of mist for a short period of time."
var/jaunt_duration = 50 //in deciseconds
@@ -405,7 +405,7 @@
// Blink for vamps
// Less smoke spam.
/client/vampire/proc/vampire_shadowstep()
set category = "Vampire"
set category = "Abilities"
set name = "Shadowstep (30)"
set desc = "Vanish into the shadows."
var/datum/mind/M = usr.mind
+1 -1
View File
@@ -7,7 +7,7 @@ Creature-level abilities.
/mob/living/carbon/human/slime/proc/slimepeople_ventcrawl()
set category = "Ability"
set category = "Abilities"
set name = "Ventcrawl (Slime People)"
set desc = "The ability to crawl through vents if naked and not holding anything."
@@ -984,7 +984,7 @@
/mob/living/carbon/human/proc/morph()
set name = "Morph"
set category = "Superpower"
set category = "Abilities"
if(stat!=CONSCIOUS)
reset_view(0)
@@ -1063,7 +1063,7 @@
/mob/living/carbon/human/proc/remotesay()
set name = "Project mind"
set category = "Superpower"
set category = "Abilities"
if(stat!=CONSCIOUS)
reset_view(0)
@@ -1091,7 +1091,7 @@
/mob/living/carbon/human/proc/remoteobserve()
set name = "Remote View"
set category = "Superpower"
set category = "Abilities"
if(stat!=CONSCIOUS)
remoteview_target = null
@@ -1435,7 +1435,7 @@
//Mostly going to be used for Vox and Vox Armalis, but other human mobs might like them (for adminbuse).
/mob/living/carbon/human/proc/leap()
set category = "IC"
set category = "Abilities"
set name = "Leap"
set desc = "Leap at a target and grab them aggressively."
@@ -1497,7 +1497,7 @@
/mob/living/carbon/human/proc/gut()
set category = "IC"
set name = "Gut"
set name = "Abilities"
set desc = "While grabbing someone aggressively, rip their guts out or tear them apart."
if(last_special > world.time)