mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Lowering Projectile Speed (#7091)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
2
modular_chomp/code/modules/projectiles/projectile.dm
Normal file
2
modular_chomp/code/modules/projectiles/projectile.dm
Normal file
@@ -0,0 +1,2 @@
|
||||
/obj/item/projectile
|
||||
speed = 3.0
|
||||
Reference in New Issue
Block a user