mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-24 00:21:52 +00:00
Plasma cutters have double range in low pressure
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user