Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
DGamerL authored Sep 15, 2023
1 parent ea9ea59 commit 43c8045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/gamemodes/miniantags/guardian/guardian.dm
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@
var/used_message = "All the cards seem to be blank now."
var/failure_message = "..And draw a card! It's...blank? Maybe you should try again later."
var/ling_failure = "The deck refuses to respond to a souless creature such as you."
var/list/possible_guardians = list("Chaos", "Standard", "Ranged", "Support", "Explosive", "Assassin", "Lightning", "Charger", "Protector")
var/list/possible_guardians = list("Gaseous", "Standard", "Ranged", "Support", "Explosive", "Assassin", "Lightning", "Charger", "Protector")
var/random = FALSE
/// What type was picked the first activation
var/picked_random_type
Expand Down

0 comments on commit 43c8045

Please sign in to comment.