mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-13 08:03:43 +01:00
Couple of superhero fixes
This commit is contained in:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user