Plasma cutters have double range in low pressure

This commit is contained in:
Joan Lung
2016-08-02 11:46:48 -04:00
parent 5ae9748bc1
commit 40b487e5ad

View File

@@ -231,8 +231,9 @@
if(environment)
var/pressure = environment.return_pressure()
if(pressure < 60)
name = "full strength plasma blast"
name = "full strength [name]"
damage *= 4
range *= 2
..()
/obj/item/projectile/plasma/on_hit(atom/target)