How did I forgot the zappy spider?

Fixed that
This commit is contained in:
Fluff
2023-04-26 10:04:55 -04:00
parent 291ab4a1ac
commit 7564968450
2 changed files with 15 additions and 1 deletions
@@ -6,6 +6,7 @@
/mob/living/simple_mob/animal/giant_spider/electric //disrupter, old 210
maxHealth = 70
health = 70
projectiletype = /obj/item/projectile/energy/mob/electric_spider
/mob/living/simple_mob/animal/giant_spider/frost //tank, old 175
maxHealth = 130
+14 -1
View File
@@ -41,4 +41,17 @@
damage_type = BURN
check_armour = "laser"
color = "#ffffff"
fire_sound = 'sound/weapons/spiderlunge.ogg'
fire_sound = 'sound/weapons/spiderlunge.ogg'
/obj/item/projectile/energy/mob/electric_spider
name = "stun beam"
icon_state = "impact_stun"
fire_sound = 'sound/weapons/Taser.ogg'
nodamage = 1
taser_effect = 1
damage_type = HALLOSS
light_color = "#FFFFFF"
hitsound = 'sound/weapons/zapbang.ogg'
pass_flags = PASSTABLE | PASSGLASS | PASSGRILLE
combustion = FALSE
agony = 20