mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +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
|
||||
@@ -4805,6 +4805,7 @@
|
||||
#include "modular_chomp\code\modules\power\cells\power_cells.dm"
|
||||
#include "modular_chomp\code\modules\projectiles\gun.dm"
|
||||
#include "modular_chomp\code\modules\projectiles\mob.dm"
|
||||
#include "modular_chomp\code\modules\projectiles\projectile.dm"
|
||||
#include "modular_chomp\code\modules\projectiles\clockwork\clockwork_guns_ch.dm"
|
||||
#include "modular_chomp\code\modules\projectiles\guns\ammo.dm"
|
||||
#include "modular_chomp\code\modules\projectiles\guns\beam.dm"
|
||||
|
||||
Reference in New Issue
Block a user