mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-20 03:26:37 +01:00
Fix numbing bite including claws
whoops
This commit is contained in:
@@ -66,7 +66,7 @@
|
||||
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))
|
||||
var_changes = list("unarmed_types" = list(/datum/unarmed_attack/stomp, /datum/unarmed_attack/kick, /datum/unarmed_attack/punch, /datum/unarmed_attack/bite/sharp/numbing))
|
||||
|
||||
/datum/trait/minor_brute_resist
|
||||
name = "Minor Brute Resist"
|
||||
|
||||
Reference in New Issue
Block a user