Icon_override, Plasma weapon tweaks & gunlocker. AK-47 Summoning (#2759)
* In hands of plasma weapons/tweaks * Icon override states for all clothes * a few compile issues ~ * Adds a new badmin button and plasma rifle case * better cleanup of the sound effect * Oh, these should've been deleted already.
This commit is contained in:
@@ -7,9 +7,13 @@
|
||||
hitsound = 'sound/weapons/sear.ogg'
|
||||
hitsound_wall = 'sound/weapons/effects/searwall.ogg'
|
||||
icon = 'icons/obj/VGprojectile.dmi'
|
||||
lefthand_file = 'icons/mob/citadel/guns_lefthand.dmi'
|
||||
righthand_file = 'icons/mob/citadel/guns_righthand.dmi'
|
||||
|
||||
/obj/item/projectile/energy/megabuster
|
||||
name = "buster pellet"
|
||||
icon_state = "megabuster"
|
||||
nodamage = 1
|
||||
icon = 'icons/obj/VGprojectile.dmi'
|
||||
lefthand_file = 'icons/mob/citadel/guns_lefthand.dmi'
|
||||
righthand_file = 'icons/mob/citadel/guns_righthand.dmi'
|
||||
|
||||
@@ -2,7 +2,6 @@ obj/item/projectile/energy/plasmabolt
|
||||
icon = 'icons/obj/VGProjectile.dmi'
|
||||
name = "plasma bolt"
|
||||
icon_state = "plasma"
|
||||
knockdown = 0
|
||||
flag = "energy"
|
||||
damage_type = BURN
|
||||
hitsound = 'sound/weapons/sear.ogg'
|
||||
@@ -10,21 +9,27 @@ obj/item/projectile/energy/plasmabolt
|
||||
light_range = 3
|
||||
light_color = LIGHT_COLOR_GREEN
|
||||
|
||||
/obj/item/projectile/energy/plasmabolt/on_hit(atom/target, blocked = FALSE)
|
||||
. = ..()
|
||||
if(isturf(target) || istype(target, /obj/structure/))
|
||||
target.ex_act(EXPLODE_LIGHT)
|
||||
|
||||
|
||||
/obj/item/projectile/energy/plasmabolt/light
|
||||
damage = 35
|
||||
damage = 30
|
||||
icon_state = "plasma2"
|
||||
irradiate = 20
|
||||
knockdown = 60
|
||||
irradiate = 10
|
||||
stamina = 20
|
||||
|
||||
/obj/item/projectile/energy/plasmabolt/rifle
|
||||
damage = 50
|
||||
icon_state = "plasma3"
|
||||
irradiate = 35
|
||||
knockdown = 120
|
||||
stamina = 120
|
||||
|
||||
/obj/item/projectile/energy/plasmabolt/MP40k
|
||||
damage = 35
|
||||
eyeblur = 4
|
||||
irradiate = 25
|
||||
knockdown = 100
|
||||
stamina = 100
|
||||
icon_state = "plasma3"
|
||||
Reference in New Issue
Block a user