mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 11:13:16 +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
|
||||
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
|
||||
name = "laser"
|
||||
|
||||
Reference in New Issue
Block a user