Merge pull request #7706 from Citadel-Station-13/kevinz000-patch-7
Fixes the last hard sync nuking the beam rifle nerfs. 160/60 impact/AOE damage reduced to 96/39. Regular blob tiles have 40 health.
This commit is contained in:
@@ -487,6 +487,8 @@
|
||||
return 0.4
|
||||
if(istype(target, /obj/structure/window))
|
||||
return 0.5
|
||||
if(istype(target, /obj/structure/blob))
|
||||
return 0.65 //CIT CHANGE.
|
||||
return 1
|
||||
|
||||
/obj/item/projectile/beam/beam_rifle/proc/handle_impact(atom/target)
|
||||
@@ -566,4 +568,4 @@
|
||||
|
||||
/obj/item/projectile/beam/beam_rifle/hitscan/aiming_beam/on_hit()
|
||||
qdel(src)
|
||||
return FALSE
|
||||
return FALSE
|
||||
|
||||
Reference in New Issue
Block a user