Update files

This commit is contained in:
SandPoot
2022-04-06 18:41:31 -03:00
parent 4c3fa08cdf
commit 586a035132
881 changed files with 1599 additions and 1599 deletions
@@ -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)