mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-19 19:15:11 +01:00
Adds Numbing Fangs trait
Adds the numbing fangs from "Sharp Melee & Numbing Fangs" as a separate trait. Cannot be taken with "Sharp Melee" or "Sharp Melee & Numbing Fangs", but you can still take the latter if you want both. Positive trait, costs 1 point. (Didn't need to explicitly add them as excluded traits of each other, as there's code to automatically detect that they modify the same variable. Tested to confirm.)
This commit is contained in:
@@ -62,6 +62,12 @@
|
||||
cost = 2
|
||||
var_changes = list("unarmed_types" = list(/datum/unarmed_attack/stomp, /datum/unarmed_attack/kick, /datum/unarmed_attack/claws, /datum/unarmed_attack/bite/sharp, /datum/unarmed_attack/bite/sharp/numbing))
|
||||
|
||||
/datum/trait/fangs
|
||||
name = "Numbing Fangs"
|
||||
desc = "Provides fangs that makes the person bit unable to feel their body or pain."
|
||||
cost = 1
|
||||
var_changes = list("unarmed_types" = list(/datum/unarmed_attack/stomp, /datum/unarmed_attack/kick, /datum/unarmed_attack/claws, /datum/unarmed_attack/bite/sharp/numbing))
|
||||
|
||||
/datum/trait/minor_brute_resist
|
||||
name = "Minor Brute Resist"
|
||||
desc = "Adds 15% resistance to brute damage sources."
|
||||
|
||||
Reference in New Issue
Block a user