Skip to content

Commit

Permalink
replaced hardcoded string with macro
Browse files Browse the repository at this point in the history
  • Loading branch information
aramix273 committed Aug 22, 2024
1 parent e3d61b6 commit 874af8f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -938,7 +938,7 @@
var/obj/item/slimecross/stabilized/gold/linked = linked_extract
if(QDELETED(familiar))
familiar = new linked.mob_type(get_turf(owner.loc))
familiar.a_intent = "help"
familiar.a_intent = INTENT_HELP
ADD_TRAIT(familiar, TRAIT_PACIFISM, "stabilizedgold")
familiar.melee_damage = 0
familiar.remove_verb(/mob/living/simple_animal/parrot/proc/toggle_mode) // just in case
Expand Down

0 comments on commit 874af8f

Please sign in to comment.