diff --git a/code/game/objects/items/weapons/storage/belt.dm b/code/game/objects/items/weapons/storage/belt.dm index f499f14d2b7..06b6dccaaea 100644 --- a/code/game/objects/items/weapons/storage/belt.dm +++ b/code/game/objects/items/weapons/storage/belt.dm @@ -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 diff --git a/code/modules/mob/living/carbon/superheroes.dm b/code/modules/mob/living/carbon/superheroes.dm index fb4f597bbae..d99586709bc 100644 --- a/code/modules/mob/living/carbon/superheroes.dm +++ b/code/modules/mob/living/carbon/superheroes.dm @@ -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."