Skip to content

Commit

Permalink
faster activation delay and comments
Browse files Browse the repository at this point in the history
  • Loading branch information
InsaneRed committed Feb 20, 2024
1 parent a7a2e82 commit d7dc62b
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,13 @@
macro_path = /datum/action/xeno_action/verb/verb_feralfrenzy
xeno_cooldown = 15 SECONDS

//AOE
var/activation_delay_aoe = 1 SECONDS
var/base_damage_aoe = 15
var/damage_scale_aoe = 10
var/activation_delay = 1 SECONDS
var/activation_delay = 0.5 SECONDS
//SINGLE TARGET
var/base_damage = 25
/// How much it scales by every kill
var/damage_scale = 10
var/targeting = SINGLETARGETGUT
/// The orange used for a AOETARGETGUT
Expand Down

0 comments on commit d7dc62b

Please sign in to comment.