mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 19:22:56 +00:00
Why is there so much hitscan?
Meteroids been thwacked
This commit is contained in:
@@ -0,0 +1,5 @@
|
|||||||
|
/mob/living/simple_mob/metroid/juvenile/gamma
|
||||||
|
projectiletype = /obj/item/projectile/energy/mob/electric_spider
|
||||||
|
|
||||||
|
/mob/living/simple_mob/metroid/juvenile/omega
|
||||||
|
projectiletype = /obj/item/projectile/energy/mob/smalllaser
|
||||||
@@ -22,6 +22,16 @@
|
|||||||
damage_type = BURN
|
damage_type = BURN
|
||||||
check_armour = "laser"
|
check_armour = "laser"
|
||||||
|
|
||||||
|
/obj/item/projectile/energy/mob/smalllaser
|
||||||
|
name = "laser"
|
||||||
|
icon_state = "impact_laser"
|
||||||
|
fire_sound = 'sound/weapons/Laser.ogg'
|
||||||
|
pass_flags = PASSTABLE | PASSGLASS | PASSGRILLE
|
||||||
|
damage = 30
|
||||||
|
armor_penetration = 0
|
||||||
|
damage_type = BURN
|
||||||
|
check_armour = "laser"
|
||||||
|
|
||||||
|
|
||||||
/obj/item/projectile/energy/mob/drone
|
/obj/item/projectile/energy/mob/drone
|
||||||
name = "laser"
|
name = "laser"
|
||||||
|
|||||||
@@ -4656,6 +4656,7 @@
|
|||||||
#include "modular_chomp\code\modules\mob\living\simple_mob\subtypes\mechanical\mecha\combat.dm"
|
#include "modular_chomp\code\modules\mob\living\simple_mob\subtypes\mechanical\mecha\combat.dm"
|
||||||
#include "modular_chomp\code\modules\mob\living\simple_mob\subtypes\mechanical\mecha\gygax.dm"
|
#include "modular_chomp\code\modules\mob\living\simple_mob\subtypes\mechanical\mecha\gygax.dm"
|
||||||
#include "modular_chomp\code\modules\mob\living\simple_mob\subtypes\mechanical\mecha\phazon.dm"
|
#include "modular_chomp\code\modules\mob\living\simple_mob\subtypes\mechanical\mecha\phazon.dm"
|
||||||
|
#include "modular_chomp\code\modules\mob\living\simple_mob\subtypes\meteroid\metTypes.dm"
|
||||||
#include "modular_chomp\code\modules\mob\living\simple_mob\subtypes\occult\constructs\construct.dm"
|
#include "modular_chomp\code\modules\mob\living\simple_mob\subtypes\occult\constructs\construct.dm"
|
||||||
#include "modular_chomp\code\modules\mob\living\simple_mob\subtypes\occult\constructs\juggernaut.dm"
|
#include "modular_chomp\code\modules\mob\living\simple_mob\subtypes\occult\constructs\juggernaut.dm"
|
||||||
#include "modular_chomp\code\modules\mob\living\simple_mob\subtypes\vore\bigdragon.dm"
|
#include "modular_chomp\code\modules\mob\living\simple_mob\subtypes\vore\bigdragon.dm"
|
||||||
|
|||||||
Reference in New Issue
Block a user