This commit is contained in:
if there were two guys on the moon
2019-06-29 20:04:47 +01:00
parent 505e4e2a55
commit d5f380984f
15 changed files with 298 additions and 1 deletions

View File

@@ -44,3 +44,14 @@
icon_state = "explosionfast"
duration = 4
// VOREStation Add End
//VOREStation edit: medigun
/obj/effect/temp_visual/heal
name = "healing glow"
icon_state = "heal"
duration = 15
/obj/effect/temp_visual/heal/Initialize(mapload)
pixel_x = rand(-12, 12)
pixel_y = rand(-9, 0)
//VOREStation edit ends

View File

@@ -79,3 +79,12 @@
light_range = 4
light_power = 3
light_color = "#3300ff"
//VOREStation edit: medigun
/obj/effect/projectile/impact/medigun
icon = 'icons/obj/projectiles_vr.dmi'
icon_state = "impact_medbeam"
light_range = 2
light_power = 0.5
light_color = "#80F5FF"
//VOREStation edit ends

View File

@@ -91,3 +91,12 @@
light_range = 4
light_power = 3
light_color = "#3300ff"
//VOREStation edit: medigun
/obj/effect/projectile/muzzle/medigun
icon = 'icons/obj/projectiles_vr.dmi'
icon_state = "muzzle_medbeam"
light_range = 2
light_power = 0.5
light_color = "#80F5FF"
//VOREStation edit ends

View File

@@ -107,3 +107,12 @@
light_range = 4
light_power = 3
light_color = "#3300ff"
//VOREStation edit: medigun
/obj/effect/projectile/tracer/medigun
icon = 'icons/obj/projectiles_vr.dmi'
icon_state = "medbeam"
light_range = 2
light_power = 0.5
light_color = "#80F5FF"
//VOREStation edit ends