mirror of
https://github.com/fulpstation/fulpstation.git
synced 2025-12-10 18:11:47 +00:00
touch
This commit is contained in:
@@ -221,7 +221,7 @@
|
||||
icon_state = "plasmacutter"
|
||||
damage_type = BRUTE
|
||||
damage = 5
|
||||
range = 5
|
||||
range = 3.5 //works as 4, but doubles to 7
|
||||
|
||||
/obj/item/projectile/plasma/New()
|
||||
var/turf/proj_turf = get_turf(src)
|
||||
@@ -247,11 +247,11 @@
|
||||
|
||||
/obj/item/projectile/plasma/adv
|
||||
damage = 7
|
||||
range = 7
|
||||
range = 5
|
||||
|
||||
/obj/item/projectile/plasma/adv/mech
|
||||
damage = 10
|
||||
range = 8
|
||||
range = 6
|
||||
|
||||
|
||||
/obj/item/projectile/gravityrepulse
|
||||
|
||||
Reference in New Issue
Block a user