use uo;
use os;

include "include/uo_extend";
include "attributes/attributes";

program InvigorateEnd(params)
	var who := params[1];
	
	EraseObjProperty(who,"#StamSong");
	PrintTextAbovePrivate(who,"*The bounce leaves your step.",who);
	
endprogram

