Couple of superhero fixes

This commit is contained in:
ZomgPonies
2015-05-12 08:10:04 -04:00
parent 2706d1e538
commit 2a0dcedd64
2 changed files with 9 additions and 2 deletions
@@ -361,6 +361,8 @@
var/bolacount = 0
var/cooldown = 0
/obj/item/weapon/storage/belt/bluespace/owlman/New()
..()
new /obj/item/weapon/grenade/smokebomb(src)
@@ -392,7 +394,12 @@
bolacount++
cooldown = world.time
update_icon()
orient2hud()
if(ishuman(loc))
var/mob/living/carbon/human/H = loc
if(H.belt && H.belt == src)
if(H.s_active && H.s_active == src)
H.s_active.show_to(H)
/* DEPRECATED DUE TO SUPERHERO CODE AND NODROP
@@ -119,7 +119,7 @@
/datum/superheroes/electro
name = "Electro-Negmatic"
class = "Supevillain"
class = "Supervillain"
desc = "You were a roboticist, once. Now you are Electro-Negmatic, a name this station will learn to fear. You designed \
your costume to resemble E-N, your faithful dog that some callous RD destroyed because it was sparking up the plasma. You \
intend to take your revenge and make them all pay thanks to your magnetic powers."