Merge pull request #16605 from SatinIsle/come-fly-with-me

Allows non-custom species to take winged flight
This commit is contained in:
Heroman3003
2024-11-17 20:56:00 +10:00
committed by GitHub
@@ -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)