Lowering Projectile Speed (#7091)

This commit is contained in:
FluffMedic
2023-10-24 20:44:28 -04:00
committed by GitHub
parent ecd110c502
commit c55d853d7d
3 changed files with 6 additions and 3 deletions

View File

@@ -487,7 +487,7 @@
armor_penetration = 35
damage_type = BURN
check_armour = "laser"
speed = 4.4
speed = 7.0
flash_strength = 0
@@ -510,7 +510,7 @@
armor_penetration = 100
damage_type = BURN
check_armour = "laser"
speed = 4.4
speed = 4.5
flash_strength = 0
@@ -534,7 +534,7 @@
damage_type = BURN
check_armour = "energy"
agony = 50
speed = 8.2
speed = 10.0
flash_strength = 0

View File

@@ -0,0 +1,2 @@
/obj/item/projectile
speed = 3.0