mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Trying to shrink but add more to MoL.
Also there is a new guest, and more hidden surprised throughout.
This commit is contained in:
@@ -273,9 +273,6 @@
|
||||
//obj/item/clothing/suit/armor/reactive/vistor
|
||||
//obj/item/clothing/suit/armor/protectionbubble
|
||||
|
||||
|
||||
//Ehhhh screw it the scrap mobs can also go here.
|
||||
|
||||
/mob/living/simple_mob/mechanical/mecha/forgotten
|
||||
name = "Forgotten"
|
||||
icon = 'icons/mecha/mecha.dmi'
|
||||
@@ -299,7 +296,7 @@
|
||||
wreckage = /obj/structure/loot_pile/mecha/phazon/forgotten
|
||||
pilot_type = null
|
||||
|
||||
ai_holder_type = /datum/ai_holder/simple_mob/ranged/kiting
|
||||
ai_holder_type = /datum/ai_holder/simple_mob/ranged/kiting/artillery
|
||||
|
||||
melee_attack_delay = 3 SECOND
|
||||
|
||||
@@ -308,6 +305,9 @@
|
||||
|
||||
projectiletype = /obj/item/projectile/arc/fragmentation/mortar/forgotten
|
||||
|
||||
projectile_dispersion = 30
|
||||
projectile_accuracy = -100
|
||||
|
||||
/obj/item/projectile/arc/fragmentation/mortar/forgotten
|
||||
icon_state = "mortar"
|
||||
fragment_amount = 4
|
||||
@@ -324,4 +324,11 @@
|
||||
/obj/structure/loot_pile/mecha/phazon/forgotten
|
||||
name = "forgotten wreckage"
|
||||
desc = "The ruins of some unfortunate forgoten mecha type. Perhaps something is salvageable."
|
||||
icon_state = "mime-broken"
|
||||
icon_state = "mime-broken"
|
||||
|
||||
/datum/ai_holder/simple_mob/ranged/kiting/artillery
|
||||
mauling = TRUE
|
||||
run_if_this_close = 2
|
||||
min_distance_to_destination = 3
|
||||
can_flee = TRUE
|
||||
base_wander_delay = 4
|
||||
@@ -4,6 +4,7 @@
|
||||
icon_state = "ash_whelp"
|
||||
icon_living = "ash_whelp"
|
||||
icon_dead = "ash_welp"
|
||||
ai_holder_type = /datum/ai_holder/simple_mob/passive
|
||||
damage_fatigue_mult = 0
|
||||
movement_cooldown = 0
|
||||
maxHealth = 300
|
||||
|
||||
Reference in New Issue
Block a user