Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit 0eb82d9

Browse files
authored
Fixes objective name having a typo in it (#20077)
1 parent 45e4f51 commit 0eb82d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

code/game/gamemodes/objective.dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1426,7 +1426,7 @@ GLOBAL_LIST_EMPTY(possible_items_special)
14261426
return
14271427
var/chosen_pet = rand(1, possible_pets.len)
14281428
pet = locate(possible_pets[chosen_pet]) in GLOB.mob_living_list
1429-
name = "Kill [pet.name]]"
1429+
name = "Kill [pet.name]"
14301430
explanation_text = "Assassinate the important animal, [pet.name]."
14311431
return pet
14321432

0 commit comments

Comments
 (0)