Skip to content

Commit

Permalink
buff
Browse files Browse the repository at this point in the history
  • Loading branch information
homexp13 committed Dec 4, 2024
1 parent 8465f52 commit 48487fa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@
name = "Headbutt"
action_icon_state = "headbutt"
desc = "Headbutts into the designated target"
cooldown_duration = 10 SECONDS
cooldown_duration = 5 SECONDS
ability_cost = 35
use_state_flags = ABILITY_USE_FORTIFIED|ABILITY_USE_CRESTED // yea
keybinding_signals = list(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@

// *** Ranged Attack *** //
spit_delay = 1 SECONDS
spit_types = list(/datum/ammo/xeno/toxin, /datum/ammo/xeno/acid/passthrough)
spit_types = list(/datum/ammo/xeno/tox_loss, /datum/ammo/xeno/acid/passthrough)

actions = list(
/datum/action/ability/xeno_action/xeno_resting,
Expand Down
1 change: 1 addition & 0 deletions code/modules/projectiles/ammo_datums/xeno.dm
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ GLOBAL_LIST_INIT(no_sticky_resin, typecacheof(list(/obj/item/clothing/mask/faceh

/datum/ammo/xeno/tox_loss
name = "toxin spit"
icon_state = "transvitox"
flags_ammo_behavior = AMMO_XENO|AMMO_SKIPS_ALIENS
spit_cost = 50
added_spit_delay = 0
Expand Down

0 comments on commit 48487fa

Please sign in to comment.