mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 12:35:33 +01:00
red raptors are now able to attack while ridden (#92455)
## About The Pull Request red raptors will now be able to retaliate against mobs adjacent to it while ridden. ## Why It's Good For The Game red raptors dont have much use compared to its colleagues. this gives it a bit of a unique purpose and makes it a viable option to have out on the field ## Changelog 🆑 balance: red raptors are now able to attack while ridden /🆑
This commit is contained in:
@@ -56,7 +56,7 @@ GLOBAL_LIST_EMPTY(raptor_population)
|
||||
/datum/pet_command/move,
|
||||
/datum/pet_command/free,
|
||||
/datum/pet_command/attack,
|
||||
/datum/pet_command/follow/start_active,
|
||||
/datum/pet_command/follow,
|
||||
/datum/pet_command/fetch,
|
||||
)
|
||||
///things we inherited from our parent
|
||||
@@ -225,6 +225,7 @@ GLOBAL_LIST_EMPTY(raptor_population)
|
||||
melee_damage_lower = 15
|
||||
melee_damage_upper = 20
|
||||
raptor_color = RAPTOR_RED
|
||||
ridable_component = /datum/component/riding/creature/raptor/combat
|
||||
dex_description = "A resilient breed of raptors, battle-tested and bred for the purpose of humbling its foes in combat, \
|
||||
This breed demonstrates higher combat capabilities than its peers and oozes ruthless aggression."
|
||||
child_path = /mob/living/basic/raptor/baby_raptor/red
|
||||
|
||||
Reference in New Issue
Block a user