mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-25 14:16:58 +01:00
More Printable Tyr Items (#11779)
This commit is contained in:
+6
-10
@@ -580,7 +580,7 @@
|
||||
vore_standing_too = TRUE
|
||||
unacidable = TRUE
|
||||
|
||||
loot_list = list(/obj/item/projectile/energy/wp_shotgun = 30,
|
||||
loot_list = list(/obj/item/gun/energy/curse_tyrshotgun = 30,
|
||||
/obj/item/gun/energy/energyballchain = 30,
|
||||
/obj/item/tool/wirecutters/hybrid/alien = 30,
|
||||
/obj/item/tool/wrench/hybrid/alien = 30,
|
||||
@@ -588,7 +588,7 @@
|
||||
/obj/item/tool/screwdriver/hybrid/alien = 30,
|
||||
/obj/item/pickaxe/diamonddrill/alien = 30,
|
||||
/obj/item/melee/energy/sword/dualsaber = 30,
|
||||
/obj/item/shield_projector/rectangle/automatic/tyrvault = 0.01,
|
||||
/obj/item/shield_projector/rectangle/automatic/tyrbarrier = 1,
|
||||
/obj/item/stock_parts/scanning_module/omni = 80,
|
||||
/obj/item/stock_parts/micro_laser/omni = 80,
|
||||
/obj/item/stock_parts/capacitor/omni = 80,
|
||||
@@ -599,7 +599,8 @@
|
||||
/obj/item/stock_parts/capacitor/hyper = 80,
|
||||
/obj/item/stock_parts/manipulator/hyper = 80,
|
||||
/obj/item/stock_parts/matter_bin/hyper = 80,
|
||||
/obj/item/reagent_containers/food/snacks/meat = 100
|
||||
/obj/item/reagent_containers/food/snacks/meat = 100,
|
||||
/obj/item/melee/energy/tyr_sabre = 30
|
||||
)
|
||||
|
||||
/mob/living/simple_mob/mechanical/mecha/eclipse/tankyboss/chambera //poison boss
|
||||
@@ -915,13 +916,8 @@
|
||||
..()
|
||||
|
||||
/mob/living/simple_mob/mechanical/mecha/eclipse/tankyboss/massswarm/do_special_attack(atom/A)
|
||||
rng_cycle = rand(1,2)
|
||||
if(attackcycle == 1)
|
||||
addtimer(CALLBACK(src, PROC_REF(bomb_chaos), A, rng_cycle), 2.5 SECONDS, TIMER_DELETE_ME)
|
||||
attackcycle = 0
|
||||
else if(attackcycle == 2)
|
||||
addtimer(CALLBACK(src, PROC_REF(bomb_lines), A, rng_cycle), 2.5 SECONDS, TIMER_DELETE_ME)
|
||||
attackcycle = 0
|
||||
for(var/i =1 to 3)
|
||||
new /mob/living/simple_mob/mechanical/hivebot/nanoevent/bright_green/tyr(src.loc)
|
||||
|
||||
/*
|
||||
/mob/living/simple_mob/mechanical/mecha/eclipse/tankyboss/finale //finale
|
||||
|
||||
+1
-1
@@ -51,7 +51,7 @@
|
||||
/obj/item/tool/screwdriver/hybrid/alien = 10,
|
||||
/obj/item/pickaxe/diamonddrill/alien = 10,
|
||||
/obj/item/melee/energy/sword/dualsaber = 10,
|
||||
/obj/item/shield_projector/rectangle/automatic/tyrvault = 0.01,
|
||||
/obj/item/shield_projector/rectangle/automatic/tyrbarrier = 1,
|
||||
/obj/item/stock_parts/scanning_module/omni = 80,
|
||||
/obj/item/stock_parts/micro_laser/omni = 80,
|
||||
/obj/item/stock_parts/capacitor/omni = 80,
|
||||
|
||||
Reference in New Issue
Block a user