From 841316bb833d5cf05acb2c42bf096bdee13889f8 Mon Sep 17 00:00:00 2001 From: ZomgPonies Date: Thu, 7 May 2015 02:02:41 -0400 Subject: [PATCH] Added descriptions for all current heroes. --- code/modules/mob/living/carbon/superheroes.dm | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/superheroes.dm b/code/modules/mob/living/carbon/superheroes.dm index 038091f0dd5..b9182040923 100644 --- a/code/modules/mob/living/carbon/superheroes.dm +++ b/code/modules/mob/living/carbon/superheroes.dm @@ -52,9 +52,14 @@ H.equip_to_slot_or_del(W, slot_wear_id) H.regenerate_icons() + H << desc + /datum/superheroes/owlman name = "Owlman" class = "Superhero" + desc = "You are Owlman, the oldest and some say greatest superhero this station has ever known. You have faced countless \ + foes, and protected the station for years. Your tech gadgets make you a force to be reckoned with. You are the hero this \ + station deserves." /datum/superheroes/owlman/equip(var/mob/living/carbon/human/H) ..() @@ -71,6 +76,9 @@ name = "The Griffin" default_spells = list(/obj/effect/proc_holder/spell/wizard/targeted/recruit) class = "Supervillain" + desc = "You are The Griffin, the ultimate supervillain. You thrive on chaos and have no respect for the supposed authority \ + of the command staff of this station. Along with your gang of dim-witted yet trusty henchmen, you will be able to execute \ + the most dastardly plans." /datum/superheroes/griffin/equip(var/mob/living/carbon/human/H) ..() @@ -83,8 +91,11 @@ /datum/superheroes/lightnian name = "LightnIan" - default_spells = list(/obj/effect/proc_holder/spell/wizard/targeted/lightning/lightnian) class = "Superhero" + desc = "You are LightnIan, the lord of lightning! A freak electrical accident while working in the station's kennel \ + has given you mastery over lightning and a peculiar desire to sniff butts. Although you are a recent addition to the \ + station's hero roster, you intend to leave your mark." + default_spells = list(/obj/effect/proc_holder/spell/wizard/targeted/lightning/lightnian) /datum/superheroes/lightnian/equip(var/mob/living/carbon/human/H) ..()