mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-22 04:37:45 +01:00
For Raz
changes for raz to the traits.dm making a new extra file
This commit is contained in:
@@ -118,14 +118,7 @@
|
||||
H.verbs |= /mob/living/carbon/human/proc/succubus_drain_finalize
|
||||
H.verbs |= /mob/living/carbon/human/proc/succubus_drain_lethal
|
||||
|
||||
/datum/trait/succubus_bite
|
||||
name = "Succubus bite"
|
||||
desc = "allows you to inject your prey with your posion"
|
||||
cost = 0
|
||||
|
||||
/datum/trait/succubus_bite/apply(var/datum/species/S,var/mob/living/carbon/human/H)
|
||||
..(S,H)
|
||||
H.verbs |= /mob/living/proc/succubus_bite
|
||||
|
||||
/datum/trait/hard_vore
|
||||
name = "Brutal Predation"
|
||||
@@ -163,14 +156,7 @@
|
||||
H.verbs |= /mob/living/proc/glow_color
|
||||
|
||||
|
||||
/datum/trait/mobegglaying
|
||||
name = "Egg laying"
|
||||
desc = "you can lay eggs"
|
||||
cost = 0
|
||||
|
||||
/datum/trait/mobegglaying/apply(var/datum/species/S,var/mob/living/carbon/human/H)
|
||||
..(S,H)
|
||||
H.verbs |= /mob/living/proc/mobegglaying
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -0,0 +1,18 @@
|
||||
/datum/trait/mobegglaying
|
||||
name = "Egg laying"
|
||||
desc = "you can lay eggs"
|
||||
cost = 0
|
||||
|
||||
/datum/trait/mobegglaying/apply(var/datum/species/S,var/mob/living/carbon/human/H)
|
||||
..(S,H)
|
||||
H.verbs |= /mob/living/proc/mobegglaying
|
||||
|
||||
|
||||
/datum/trait/succubus_bite
|
||||
name = "Succubus bite"
|
||||
desc = "allows you to inject your prey with your posion"
|
||||
cost = 0
|
||||
|
||||
/datum/trait/succubus_bite/apply(var/datum/species/S,var/mob/living/carbon/human/H)
|
||||
..(S,H)
|
||||
H.verbs |= /mob/living/proc/succubus_bite
|
||||
Reference in New Issue
Block a user