Allows non-custom species to take winged flight

Changed Winged Flight to allow all species to take it. Seeing as all species have access to wings, there's no real reason to restrict it.
This commit is contained in:
SatinIsle
2024-11-16 15:12:19 +00:00
parent 7d6a37d5ba
commit 5e393410ba
@@ -121,6 +121,7 @@
name = "Winged Flight"
desc = "Allows you to fly by using your wings. Don't forget to bring them!"
cost = 0
custom_only = FALSE
has_preferences = list("flight_vore" = list(TRAIT_PREF_TYPE_BOOLEAN, "Flight Vore enabled on spawn", TRAIT_VAREDIT_TARGET_MOB, FALSE))
/datum/trait/positive/winged_flight/apply(var/datum/species/S,var/mob/living/carbon/human/H)