Revert the changes to neutral.dm

This commit is contained in:
Rykka
2020-01-15 01:04:14 -07:00
parent eb01c34eaf
commit 1dfa822cc1
@@ -1,6 +1,6 @@
/datum/trait/mobegglaying
name = "Egg laying"
desc = "you can lay eggs"
name = "Egg Laying"
desc = "You can lay eggs, much like an avian."
cost = 0
/datum/trait/mobegglaying/apply(var/datum/species/S,var/mob/living/carbon/human/H)
@@ -9,8 +9,8 @@
/datum/trait/succubus_bite
name = "Succubus bite"
desc = "allows you to inject your prey with your posion"
name = "Succubus Bite"
desc = "Allows you to inject your prey with poison, much like a venemous snake."
cost = 0
/datum/trait/succubus_bite/apply(var/datum/species/S,var/mob/living/carbon/human/H)