mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-27 15:18:09 +01:00
Update positive.dm
This commit is contained in:
@@ -172,7 +172,7 @@
|
||||
desc = "Makes you able to gain nutrition by draining blood as well as eating food. To compensate, you get fangs that can be used to drain blood from prey."
|
||||
cost = 1
|
||||
var_changes = list("organic_food_coeff" = 0.5) // Hopefully this works???
|
||||
excludes = list(/datum/trait/positive/bloodsucker)
|
||||
excludes = list(/datum/trait/neutral/bloodsucker)
|
||||
|
||||
/datum/trait/positive/bloodsucker_plus/apply(var/datum/species/S,var/mob/living/carbon/human/H)
|
||||
..(S,H)
|
||||
|
||||
Reference in New Issue
Block a user