mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 02:34:00 +00:00
Merge branch 'CHOMPStation2:master' into Weapons/Armour
This commit is contained in:
@@ -131,6 +131,10 @@
|
||||
combustion = FALSE
|
||||
hud_state = "plasma_blast"
|
||||
|
||||
/obj/item/projectile/energy/excavate/weak
|
||||
damage = 15
|
||||
excavation_amount = 100
|
||||
|
||||
/obj/item/projectile/energy/dart
|
||||
name = "dart"
|
||||
icon_state = "toxin"
|
||||
|
||||
@@ -11,10 +11,10 @@
|
||||
|
||||
/obj/item/projectile/energy/fireball/on_hit(var/atom/target, var/blocked = 0)
|
||||
new /obj/effect/explosion(get_turf(target))
|
||||
explosion(target, -1, 0, 2)
|
||||
explosion(target, -1, 0, 2, 0, 0) //CHOMPEdit - Don't spam admins
|
||||
..()
|
||||
|
||||
/obj/item/projectile/energy/fireball/on_impact(var/atom/target)
|
||||
new /obj/effect/explosion(get_turf(target))
|
||||
explosion(target, -1, 0, 2)
|
||||
explosion(target, -1, 0, 2, 0, 0) //CHOMPEdit - Don't spam admins
|
||||
..()
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
hud_state = "rocket_fire"
|
||||
|
||||
/obj/item/projectile/bullet/gyro/on_hit(var/atom/target, var/blocked = 0)
|
||||
explosion(target, -1, 0, 2)
|
||||
explosion(target, -1, 0, 2, 0, 0) //CHOMPEdit - Don't spam admins
|
||||
..()
|
||||
|
||||
/obj/item/projectile/temp
|
||||
|
||||
Reference in New Issue
Block a user