Adds some new mech weaponry for the legion, changes the way mech decals are applied (#7534)

This commit is contained in:
fernerr
2019-12-03 18:35:14 +01:00
committed by Werner
parent bb18893eb3
commit 06b9d15ee8
24 changed files with 680 additions and 489 deletions

View File

@@ -329,6 +329,22 @@
muzzle_type = /obj/effect/projectile/muzzle/gauss
embed = 0
/obj/item/projectile/bullet/gauss/highex
name ="high-ex shell"
damage = 10
/obj/item/projectile/bullet/gauss/highex/on_impact(var/atom/A)
explosion(A, -1, 0, 2)
..()
/obj/item/projectile/bullet/gauss/highex/on_hit(var/atom/target, var/blocked = 0)
explosion(target, -1, 0, 2)
sleep(0)
var/obj/T = target
var/throwdir = get_dir(firer,target)
T.throw_at(get_edge_target_turf(target, throwdir),3,3)
return 1
/obj/item/projectile/bullet/cannonball
name = "cannonball"
icon_state = "cannonball"