Skip to content

Commit

Permalink
working codes
Browse files Browse the repository at this point in the history
  • Loading branch information
wraith-54321 committed Dec 18, 2023
1 parent 74fffea commit 490f8d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion monkestation/code/modules/code_redemption/code_redeemer.dm
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ GLOBAL_LIST_INIT(redeemed_codes, list())
to_chat(usr, span_boldnotice("You have successfully redeemed a giveaway code for: [path] Antag Token."))
else if(list_path["unusual_path"])
var/obj/item/unusual = text2path(list_path["unusual_path"])
unusual = new
unusual = new unusual
var/pulled_key = usr.ckey
if(!pulled_key)
pulled_key = "MissingNo." // have fun trying to get this one lol
Expand Down

0 comments on commit 490f8d3

Please sign in to comment.