mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 11:43:31 +00:00
Shuffles a line around.
This commit is contained in:
@@ -46,8 +46,8 @@
|
|||||||
round for everybody else.", "Ambitions", mind.ambitions) as null|message
|
round for everybody else.", "Ambitions", mind.ambitions) as null|message
|
||||||
if(isnull(new_ambitions))
|
if(isnull(new_ambitions))
|
||||||
return
|
return
|
||||||
mind.ambitions = new_ambitions
|
|
||||||
new_ambitions = sanitize(new_ambitions)
|
new_ambitions = sanitize(new_ambitions)
|
||||||
|
mind.ambitions = new_ambitions
|
||||||
if(new_ambitions)
|
if(new_ambitions)
|
||||||
src << "<span class='notice'>You've set your goal to be '[new_ambitions]'.</span>"
|
src << "<span class='notice'>You've set your goal to be '[new_ambitions]'.</span>"
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user