Skip to content

Commit

Permalink
monk
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePooba committed Oct 2, 2024
1 parent dca2305 commit 78bc0f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/modules/antagonists/changeling/powers/lesserform.dm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
desc = "We debase ourselves and become lesser. We become a monkey. Costs 5 chemicals."
helptext = "The transformation greatly reduces our size, allowing us to slip out of cuffs and climb through vents."
button_icon_state = "lesser_form"
chemical_cost = 20 // monkestation edit
chemical_cost = 18 // monkestation edit
dna_cost = 1
/// Whether to allow the transformation animation to play
var/transform_instantly = FALSE
Expand Down
2 changes: 1 addition & 1 deletion code/modules/unit_tests/lesserform.dm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
changeling.mind_initialize()
var/datum/mind/mind = changeling.mind
var/datum/antagonist/changeling/changeling_datum = mind.add_antag_datum(/datum/antagonist/changeling)
changeling_datum.adjust_chemicals(10000) // We don't care about how many chemicals they have
changeling_datum.adjust_chemicals(INFINITY) // We don't care about how many chemicals they have
var/datum/action/changeling/lesserform/transform_ability = new(changeling)
transform_ability.transform_instantly = TRUE
transform_ability.Grant(changeling)
Expand Down

0 comments on commit 78bc0f8

Please sign in to comment.