Skip to content

Commit

Permalink
bruv now fixed for real
Browse files Browse the repository at this point in the history
  • Loading branch information
xDanilcusx committed Nov 6, 2023
1 parent 0cf7312 commit d70c795
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -315,10 +315,12 @@
button.icon_state = "template"
return ..()

/datum/action/xeno_action/activable/fling/charger/use_ability(atom/Target)
if (..() == FALSE)
/datum/action/xeno_action/activable/fling/charger/check_and_use_plasma_owner(plasma_to_use)
if (!check_plasma_owner(plasma_to_use))
return FALSE

flick("Normal Crusher Charging", owner)
use_plasma_owner(plasma_to_use)
return TRUE

/datum/action/xeno_action/activable/tumble/use_ability(atom/Target)
Expand Down

0 comments on commit d70c795

Please sign in to comment.