Skip to content

Commit

Permalink
bugfix: verbs |= -> add_verb (#5618)
Browse files Browse the repository at this point in the history
  • Loading branch information
ROdenFL authored Jul 29, 2024
1 parent 9ee5045 commit b187fa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/jobs/job/support.dm
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@
if(!(locate(/datum/action/innate/mimicking) in actions))
var/datum/action/innate/mimicking/mimicking = new
mimicking.Grant(src)
verbs |= /mob/living/carbon/human/proc/mimicking
add_verb(src, /mob/living/carbon/human/proc/mimicking)

/datum/action/innate/mimicking
name = "Mimicking"
Expand Down

0 comments on commit b187fa0

Please sign in to comment.