Skip to content

Commit

Permalink
Update code/modules/antagonists/borer/borer_action.dm
Browse files Browse the repository at this point in the history
Co-authored-by: Antoonij <[email protected]>
  • Loading branch information
Anorak2024 and Antoonij authored Dec 7, 2024
1 parent a81bc74 commit 2afe5e0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion code/modules/antagonists/borer/borer_action.dm
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,9 @@
/datum/action/innate/borer/torment/Activate()
var/mob/living/simple_animal/borer/borer = isborer(owner) ? owner : owner.has_brain_worms()
var/mob/living/carbon/host = borer.host
var/cost = 70 - borer.antag_datum.borer_rank.rank_ability_amplifier * 10

var/cost = 70 - (borer.antag_datum.borer_rank.rank_ability_amplifier * 10)

if(borer.chemicals < cost)
to_chat(owner, "Вам требуется [cost] химикатов для вызова психической агонии!")
return
Expand Down

0 comments on commit 2afe5e0

Please sign in to comment.