mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-27 23:29:10 +01:00
How did I forgot the zappy spider?
Fixed that
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user