combat update hotfix (#8783)

This commit is contained in:
tacoguy7765093
2024-08-13 20:36:48 -05:00
committed by GitHub
parent 16ec14e198
commit c2a55e4bc3
2 changed files with 1 additions and 3 deletions

View File

@@ -1,5 +1,4 @@
//I think most of the energy weapons are security but I regonize a few of this from the aliens and drones. //THIS FILE HAS BEEN UNTICKED, We already got energy_ch.dm, we dont need to override twice
//Combat refactor walkback, damage values will be reverted but bonuses and AP will stay, idk if this will affect balance
/obj/item/projectile/energy/excavate /obj/item/projectile/energy/excavate
//damage = 20 //damage = 20
armor_penetration = 60 armor_penetration = 60

View File

@@ -5012,7 +5012,6 @@
#include "modular_chomp\code\modules\projectiles\guns\alts.dm" #include "modular_chomp\code\modules\projectiles\guns\alts.dm"
#include "modular_chomp\code\modules\projectiles\guns\beam.dm" #include "modular_chomp\code\modules\projectiles\guns\beam.dm"
#include "modular_chomp\code\modules\projectiles\guns\bullet.dm" #include "modular_chomp\code\modules\projectiles\guns\bullet.dm"
#include "modular_chomp\code\modules\projectiles\guns\energy.dm"
#include "modular_chomp\code\modules\projectiles\guns\magnetic.dm" #include "modular_chomp\code\modules\projectiles\guns\magnetic.dm"
#include "modular_chomp\code\modules\projectiles\guns\phase.dm" #include "modular_chomp\code\modules\projectiles\guns\phase.dm"
#include "modular_chomp\code\modules\projectiles\guns\special.dm" #include "modular_chomp\code\modules\projectiles\guns\special.dm"