mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-07-14 09:43:49 +01:00
Revert the changes to neutral.dm
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user