Update files
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
hitsound = 'sound/weapons/taserhit.ogg'
|
||||
range = 10
|
||||
|
||||
/obj/item/projectile/energy/net/Initialize()
|
||||
/obj/item/projectile/energy/net/Initialize(mapload)
|
||||
. = ..()
|
||||
SpinAnimation()
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
light_range = 3
|
||||
anchored = TRUE
|
||||
|
||||
/obj/effect/nettingportal/Initialize()
|
||||
/obj/effect/nettingportal/Initialize(mapload)
|
||||
. = ..()
|
||||
var/obj/item/beacon/teletarget = null
|
||||
for(var/obj/machinery/computer/teleporter/com in GLOB.machines)
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
"purple" = "#FF00FF"
|
||||
)
|
||||
|
||||
/obj/item/projectile/energy/nuclear_particle/Initialize()
|
||||
/obj/item/projectile/energy/nuclear_particle/Initialize(mapload)
|
||||
. = ..()
|
||||
//Random color time!
|
||||
var/our_color = pick(particle_colors)
|
||||
|
||||
Reference in New Issue
Block a user