Updated the cat. If you reference a variable, you need to define it right, woops!

This commit is contained in:
Terilia
2019-01-20 16:52:36 +00:00
parent 830c519ef8
commit 419acccc99
@@ -229,5 +229,5 @@
free cake to the station!</b>")
var/new_name = stripped_input(src, "Enter your name, or press \"Cancel\" to stick with Keeki.", "Name Change")
if(new_name)
to_chat(src, "<span class='notice'>Your name is now <b>\"new_name\"</b>!</span>")
to_chat(src, "<span class='notice'>Your name is now <b>\"[new_name]\"</b>!</span>")
name = new_name